Skip to content
Snippets Groups Projects
Commit d07f4ad8 authored by dt's avatar dt
Browse files

Ups a debug statement left over.

parent 3a44135e
No related branches found
No related tags found
No related merge requests found
...@@ -1226,8 +1226,6 @@ void CentralizedFolderWatcher::folderChanged(const QString &folder) ...@@ -1226,8 +1226,6 @@ void CentralizedFolderWatcher::folderChanged(const QString &folder)
qDebug()<<"CFW::folderChanged"<<folder; qDebug()<<"CFW::folderChanged"<<folder;
// Figure out whom to inform // Figure out whom to inform
qDebug()<<"start";
QString dir = folder; QString dir = folder;
while (true) { while (true) {
if (!dir.endsWith('/')) if (!dir.endsWith('/'))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment