From 8a511aa1962d94983f64e5d2ac6269765185130e Mon Sep 17 00:00:00 2001
From: fluxgen <fluxgen>
Date: Fri, 13 Jun 2003 21:00:18 +0000
Subject: removed debug output

---
 src/FbWinFrame.cc | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/src/FbWinFrame.cc b/src/FbWinFrame.cc
index e0e582d..2a6fc3c 100644
--- a/src/FbWinFrame.cc
+++ b/src/FbWinFrame.cc
@@ -19,7 +19,7 @@
 // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
 // DEALINGS IN THE SOFTWARE.
 
-// $Id: FbWinFrame.cc,v 1.26 2003/06/05 13:09:08 fluxgen Exp $
+// $Id: FbWinFrame.cc,v 1.27 2003/06/13 21:00:18 fluxgen Exp $
 
 #include "FbWinFrame.hh"
 #include "ImageControl.hh"
@@ -890,7 +890,6 @@ void FbWinFrame::renderLabelButtons() {
 
         if (label_pm) {
             m_current_label->setBackgroundPixmap(label_pm);
-            cerr<<"label_pm = "<<hex<<label_pm<<dec<<endl;
         } else
             m_current_label->setBackgroundColor(label_color);
         m_current_label->clear();
-- 
cgit v0.11.2