]> git.sur5r.net Git - minitube/blobdiff - src/database.cpp
Update upstream source from tag 'upstream/3.8'
[minitube] / src / database.cpp
index 89d2f0f59f6e1d1444212b83a8ef02acb4c0b1c8..ec3199893dac65e7e03466d08e3ce30206c890db 100644 (file)
@@ -130,7 +130,6 @@ bool Database::exists() {
             QString homeLocation = QStandardPaths::writableLocation(QStandardPaths::HomeLocation);
             QString qt4DataLocation = homeLocation + "/.local/share/data/" + Constants::ORG_NAME + "/" + Constants::NAME;
             QString oldDbLocation = qt4DataLocation + "/" + dbName;
-            qDebug() << "asd" << oldDbLocation;
             fileExists = QFile::exists(oldDbLocation);
         }
 #endif