summaryrefslogtreecommitdiffstats
path: root/src/Store.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/Store.cpp')
-rw-r--r--src/Store.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/Store.cpp b/src/Store.cpp
index 47a9e1a6..ae40bcc5 100644
--- a/src/Store.cpp
+++ b/src/Store.cpp
@@ -17,7 +17,6 @@
#include <sstream>
#include "ingen/Store.hpp"
-#include "raul/log.hpp"
using namespace std;
@@ -27,8 +26,6 @@ void
Store::add(GraphObject* o)
{
if (find(o->path()) != end()) {
- Raul::error << "[Store] Attempt to add duplicate object "
- << o->path() << endl;
return;
}