changeset 1618:f67e9e12e101

Remove line of debug
author Chris Cannam
date Fri, 14 Aug 2020 10:46:11 +0100
parents cbbb411da977
children 36634b427d61
files view/Pane.cpp
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/view/Pane.cpp	Tue Jul 21 14:02:12 2020 +0100
+++ b/view/Pane.cpp	Fri Aug 14 10:46:11 2020 +0100
@@ -102,8 +102,6 @@
 
     connect(this, SIGNAL(regionOutlined(QRect)), 
             this, SLOT(zoomToRegion(QRect)));
-
-    cerr << "Pane::Pane(" << this << ") returning" << endl;
 }
 
 Pane::~Pane()