From ed782b485becdaa2db064adaa00f1ffcd4880c26 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Thu, 20 Sep 2007 01:43:48 +0000 Subject: Cut down superfluous console output. git-svn-id: http://svn.drobilla.net/lad/ingen@736 a436a847-0d15-0410-975c-d299462d15a1 --- src/libs/gui/PatchView.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/libs/gui/PatchView.cpp') diff --git a/src/libs/gui/PatchView.cpp b/src/libs/gui/PatchView.cpp index 12005adb..f0a885c5 100644 --- a/src/libs/gui/PatchView.cpp +++ b/src/libs/gui/PatchView.cpp @@ -61,7 +61,7 @@ PatchView::set_patch(SharedPtr patch) { assert(!_canvas); // FIXME: remove - cerr << "Creating view for " << patch->path() << endl; + //cerr << "Creating view for " << patch->path() << endl; assert(_breadcrumb_container); // ensure created @@ -105,7 +105,7 @@ PatchView::set_patch(SharedPtr patch) PatchView::~PatchView() { - cerr << "Destroying view for " << _patch->path() << endl; + //cerr << "Destroying view for " << _patch->path() << endl; } -- cgit v1.2.1