mirror of
https://github.com/rizinorg/cutter.git
synced 2024-12-19 19:36:11 +00:00
Remove debug output. (#2315)
This commit is contained in:
parent
d3e5245441
commit
a0eb9e3fa9
@ -52,7 +52,6 @@ QStringList Cutter::locateAll(QStandardPaths::StandardLocation type, const QStri
|
||||
for (auto path : standardLocations(type)) {
|
||||
QString filePath = path + QLatin1Char('/') + fileName;
|
||||
bool exists = false;
|
||||
qDebug() << "checking " << filePath;
|
||||
if (options & QStandardPaths::LocateDirectory) {
|
||||
exists = QDir(filePath).exists();
|
||||
} else {
|
||||
|
Loading…
Reference in New Issue
Block a user