From 247a1b38f227b3d85bf54e8dd6375c6fe5bbf1f9 Mon Sep 17 00:00:00 2001 From: Anders Bakken Date: Mon, 14 Jul 2014 22:04:16 -0700 Subject: [PATCH] This seems to happen at times --- src/FileManager.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/FileManager.cpp b/src/FileManager.cpp index 391e0f1c7..f4820bbb4 100644 --- a/src/FileManager.cpp +++ b/src/FileManager.cpp @@ -77,7 +77,6 @@ void FileManager::onFileAdded(const Path &path) { std::lock_guard lock(mMutex); if (path.isEmpty()) { - error("Got empty file added here"); return; } const Filter::Result res = Filter::filter(path);