summaryrefslogtreecommitdiffstats
path: root/src/libs/gui/PatchView.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/libs/gui/PatchView.cpp')
-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;
}