summaryrefslogtreecommitdiffstats
path: root/src/libs/gui
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2007-09-20 01:43:48 +0000
committerDavid Robillard <d@drobilla.net>2007-09-20 01:43:48 +0000
commited782b485becdaa2db064adaa00f1ffcd4880c26 (patch)
tree25b6c7638aca39547327303f3e9e124ef57651cb /src/libs/gui
parent99524eb321120773c39ca357396603eb32cffd2c (diff)
downloadingen-ed782b485becdaa2db064adaa00f1ffcd4880c26.tar.gz
ingen-ed782b485becdaa2db064adaa00f1ffcd4880c26.tar.bz2
ingen-ed782b485becdaa2db064adaa00f1ffcd4880c26.zip
Cut down superfluous console output.
git-svn-id: http://svn.drobilla.net/lad/ingen@736 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/libs/gui')
-rw-r--r--src/libs/gui/PatchView.cpp4
1 files changed, 2 insertions, 2 deletions
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<PatchModel> 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<PatchModel> patch)
PatchView::~PatchView()
{
- cerr << "Destroying view for " << _patch->path() << endl;
+ //cerr << "Destroying view for " << _patch->path() << endl;
}