[Kst] kdeextragear-2/kst/kst
    Barth Netterfield 
    netterfield at astro.utoronto.ca
       
    Fri Jun 25 22:25:30 CEST 2004
    
    
  
CVS commit by netterfield: 
remove debugging print statements...
  M +0 -2      updatethread.cpp   1.18
--- kdeextragear-2/kst/kst/updatethread.cpp  #1.17:1.18
@@ -86,10 +86,8 @@ void UpdateThread::run() {
       while (_doc->updateing()) {
         do_wait = true;
-        printf("waiting for UI thread\n");
         usleep(1000);
       }
       if (do_wait) usleep(1000);
       while (_doc->updateing()) { // check again...
-        printf("waiting for UI thread\n");
         usleep(1000);
       }
    
    
More information about the Kst
mailing list