From 318b37d8b556add13b3f156f31c9e72eca339a16 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Fri, 17 Aug 2012 02:14:07 +0000 Subject: Implement real logging system, LV2 log extension support, and purge evil/ugly/untranslatable C++ stream printing. Remove coloured log stuff from Raul. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@4717 a436a847-0d15-0410-975c-d299462d15a1 --- src/client/PatchModel.cpp | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/client/PatchModel.cpp') diff --git a/src/client/PatchModel.cpp b/src/client/PatchModel.cpp index e87d8168..72c17009 100644 --- a/src/client/PatchModel.cpp +++ b/src/client/PatchModel.cpp @@ -16,8 +16,6 @@ #include -#include "raul/log.hpp" - #include "ingen/client/ClientStore.hpp" #include "ingen/client/EdgeModel.hpp" #include "ingen/client/NodeModel.hpp" @@ -145,9 +143,6 @@ PatchModel::remove_edge(const GraphObject* tail, const GraphObject* head) SharedPtr c = PtrCast(i->second); _signal_removed_edge.emit(c); _edges.erase(i); - } else { - Raul::warn(Raul::fmt("Failed to remove patch connection %1% => %2%\n") - % tail->path().c_str() % head->path().c_str()); } } -- cgit v1.2.1