Commented verbose logging.

This commit is contained in:
Klaas Freitag 2014-05-15 09:43:13 +02:00
parent de970eb0a5
commit d96139f698

View File

@ -115,7 +115,7 @@ void FolderWatcher::changeDetected( const QString& path )
void FolderWatcher::changeDetected( const QStringList& paths )
{
qDebug() << Q_FUNC_INFO << paths;
// qDebug() << Q_FUNC_INFO << paths;
// TODO: this shortcut doesn't look very reliable:
// - why is the timeout only 1 second?