From b071fa342f72770346e36b3564c9c225d9af791f Mon Sep 17 00:00:00 2001 From: Florian Jung Date: Sat, 15 Oct 2011 21:24:15 +0000 Subject: forgot to remove a debugging statement --- muse2/awl/sigspinbox.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'muse2/awl') diff --git a/muse2/awl/sigspinbox.cpp b/muse2/awl/sigspinbox.cpp index a4e4b21f..f1399538 100644 --- a/muse2/awl/sigspinbox.cpp +++ b/muse2/awl/sigspinbox.cpp @@ -15,7 +15,6 @@ class MyLineEdit : public QLineEdit virtual void mousePressEvent (QMouseEvent* e) { QLineEdit::mousePressEvent(e); - printf("!!!\n"); selectAll(); } }; -- cgit v1.2.3