[Jsmooth-cvs] jsmooth/skeletons/simplewrap main.cpp,1.31,1.32
Status: Beta
Brought to you by:
reyes
From: Rodrigo R. <re...@us...> - 2007-05-20 21:05:42
|
Update of /cvsroot/jsmooth/jsmooth/skeletons/simplewrap In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv2952/skeletons/simplewrap Modified Files: main.cpp Log Message: remove the debug always forced to true Index: main.cpp =================================================================== RCS file: /cvsroot/jsmooth/jsmooth/skeletons/simplewrap/main.cpp,v retrieving revision 1.31 retrieving revision 1.32 diff -C2 -d -r1.31 -r1.32 *** main.cpp 18 May 2007 21:34:00 -0000 1.31 --- main.cpp 20 May 2007 21:05:39 -0000 1.32 *************** *** 73,79 **** bool dodebug = globalResMan->getBooleanProperty("skel_Debug"); - // TO REMOVE - dodebug = true; - if (dodebug) { --- 73,76 ---- |