Changeset 882

Show
Ignore:
Timestamp:
07/06/07 09:33:25 (2 years ago)
Author:
timdewhirst
Message:

jahwidgets
- remove debug cruft

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/jahwidgets/src/qt3/utils/thread_util.cpp

    r879 r882  
    2424{ 
    2525    bool is_gui = static_gui_thread == QThread::currentThread(); 
    26     qDebug( "is_gui_thread: %s", is_gui ? "true" : "false" ); 
     26    // qDebug( "is_gui_thread: %s", is_gui ? "true" : "false" ); 
    2727 
    2828    return is_gui;