diff options
Diffstat (limited to 'ingen/Resource.hpp')
-rw-r--r-- | ingen/Resource.hpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ingen/Resource.hpp b/ingen/Resource.hpp index 92f253cd..028579fb 100644 --- a/ingen/Resource.hpp +++ b/ingen/Resource.hpp @@ -24,7 +24,6 @@ #include "raul/Atom.hpp" #include "raul/Deletable.hpp" #include "raul/URI.hpp" -#include "raul/log.hpp" #define NS_INGEN "http://drobilla.net/ns/ingen#" @@ -66,7 +65,6 @@ public: } else if (!strcmp(suffix, "internalContext")) { return INTERNAL; } else { - Raul::error << "Unknown context URI " << uri << std::endl; return DEFAULT; } } |