mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-23 21:46:03 +03:00
Remove bogus debug output
This commit is contained in:
parent
646922665d
commit
804eaa700e
1 changed files with 0 additions and 2 deletions
|
@ -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 a new issue