diff view/Pane.cpp @ 1618:f67e9e12e101

Remove line of debug
author Chris Cannam
date Fri, 14 Aug 2020 10:46:11 +0100
parents 4739a1b2266f
children
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()