X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=src%2Fbackgroundsupr.cpp;h=3ed8d99c678b4afc10f45f32641c2f3d7dc95e7e;hb=e6ffc0f665178c760b47fb7cbc24d84ecb77c2c3;hp=7ec34080bed745d297c99197554e8a16497c4ad1;hpb=fbe99ce7041eb409981b1fd8e269827daf4ed168;p=ctsim.git diff --git a/src/backgroundsupr.cpp b/src/backgroundsupr.cpp index 7ec3408..3ed8d99 100644 --- a/src/backgroundsupr.cpp +++ b/src/backgroundsupr.cpp @@ -9,7 +9,7 @@ ** This is part of the CTSim program ** Copyright (C) 1983-2001 Kevin Rosenberg ** -** $Id: backgroundsupr.cpp,v 1.14 2001/03/05 19:14:40 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 @@ -165,11 +165,6 @@ BackgroundSupervisor::onWorkerUnitTick () { ++m_iUnitsDone; -#ifdef DEBUG - if (theApp->getVerboseLogging()) - *theApp->getLog() << "Units done: " << static_cast(m_iUnitsDone) <<"\n"; -#endif - #ifdef USE_BKGMGR wxCommandEvent addTaskEvent (wxEVT_COMMAND_MENU_SELECTED, MSG_BACKGROUND_SUPERVISOR_UNIT_TICK); addTaskEvent.SetInt (m_iUnitsDone - 1);