remove some debug output

This commit is contained in:
Rasmus Karlsson
2017-05-30 18:20:00 +02:00
parent 548fbe5866
commit 153fae7c19
2 changed files with 0 additions and 4 deletions
-2
View File
@@ -24,7 +24,5 @@ const QString &Path::getAppdataPath()
appdataPath = path;
}
qDebug() << "memes: " << appdataPath;
return appdataPath;
}