r611: *** empty log message ***
authorKevin M. Rosenberg <kevin@rosenberg.net>
Mon, 5 Mar 2001 20:47:10 +0000 (20:47 +0000)
committerKevin M. Rosenberg <kevin@rosenberg.net>
Mon, 5 Mar 2001 20:47:10 +0000 (20:47 +0000)
src/backgroundsupr.cpp

index 74b417a3ab6b01dede5ad9af8a9bf982becd6957..3ed8d99c678b4afc10f45f32641c2f3d7dc95e7e 100644 (file)
@@ -9,7 +9,7 @@
 **  This is part of the CTSim program
 **  Copyright (C) 1983-2001 Kevin Rosenberg
 **
-**  $Id: backgroundsupr.cpp,v 1.15 2001/03/05 20:29:23 kevin Exp $
+**  $Id: backgroundsupr.cpp,v 1.16 2001/03/05 20:47:10 kevin Exp $
 **
 **  This program is free software; you can redistribute it and/or modify
 **  it under the terms of the GNU General Public License (version 2) as
@@ -40,7 +40,7 @@
 
 #ifdef HAVE_WXTHREADS
 
-// #define USE_BKGMGR 1
+#define USE_BKGMGR 1
 
 ////////////////////////////////////////////////////////////////////////////
 //
@@ -165,11 +165,6 @@ BackgroundSupervisor::onWorkerUnitTick ()
 {
     ++m_iUnitsDone;
     
-#ifdef DEBUG
-    if (theApp->getVerboseLogging())
-      *theApp->getLog() << "Units done: " << static_cast<int>(m_iUnitsDone) <<"\n";
-#endif
-    
 #ifdef USE_BKGMGR
     wxCommandEvent addTaskEvent (wxEVT_COMMAND_MENU_SELECTED, MSG_BACKGROUND_SUPERVISOR_UNIT_TICK);
     addTaskEvent.SetInt (m_iUnitsDone - 1);