mirror of
https://github.com/nextcloud/desktop.git
synced 2025-10-26 11:17:43 +00:00
Remove bogus debug output
This commit is contained in:
parent
646922665d
commit
804eaa700e
@ -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;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user