mirror of
https://github.com/rizinorg/cutter.git
synced 2024-12-20 03:46: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)) {
|
for (auto path : standardLocations(type)) {
|
||||||
QString filePath = path + QLatin1Char('/') + fileName;
|
QString filePath = path + QLatin1Char('/') + fileName;
|
||||||
bool exists = false;
|
bool exists = false;
|
||||||
qDebug() << "checking " << filePath;
|
|
||||||
if (options & QStandardPaths::LocateDirectory) {
|
if (options & QStandardPaths::LocateDirectory) {
|
||||||
exists = QDir(filePath).exists();
|
exists = QDir(filePath).exists();
|
||||||
} else {
|
} else {
|
||||||
|
Loading…
Reference in New Issue
Block a user