From: <Ult...@us...> - 2009-02-08 14:59:00
|
Revision: 1020 http://opengate.svn.sourceforge.net/opengate/?rev=1020&view=rev Author: Ultrasick Date: 2009-02-08 14:58:53 +0000 (Sun, 08 Feb 2009) Log Message: ----------- removing debug message which shouldn't be commited in the first time Modified Paths: -------------- trunk/data/gui/scripts/main/functions.py Modified: trunk/data/gui/scripts/main/functions.py =================================================================== --- trunk/data/gui/scripts/main/functions.py 2009-02-07 22:37:37 UTC (rev 1019) +++ trunk/data/gui/scripts/main/functions.py 2009-02-08 14:58:53 UTC (rev 1020) @@ -739,7 +739,6 @@ return data_new def read_file(self, file): - print "file: -->" + str(file) + '<--' # Debug # open the file file = open(file) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |