Remove bogus debug output

This commit is contained in:
Daniel Molkentin 2013-05-22 15:58:54 +02:00
parent 646922665d
commit 804eaa700e

View file

@ -97,8 +97,6 @@ void INotify::slotActivated(int fd)
foreach (QString path, paths)
emit notifyEvent(event->mask, event->cookie, path + "/" + QString::fromUtf8(event->name));
}
else
qWarning() << "n is NULL";
// increment counter
i += sizeof(struct inotify_event) + event->len;