gnome-games r7140 - trunk/glchess/src/lib
- From: andreasr svn gnome org
- To: svn-commits-list gnome org
- Subject: gnome-games r7140 - trunk/glchess/src/lib
- Date: Fri, 11 Jan 2008 23:47:34 +0000 (GMT)
Author: andreasr
Date: Fri Jan 11 23:47:34 2008
New Revision: 7140
URL: http://svn.gnome.org/viewvc/gnome-games?rev=7140&view=rev
Log:
Silence debug print during startup.
Modified:
trunk/glchess/src/lib/ai.py
Modified: trunk/glchess/src/lib/ai.py
==============================================================================
--- trunk/glchess/src/lib/ai.py (original)
+++ trunk/glchess/src/lib/ai.py Fri Jan 11 23:47:34 2008
@@ -101,7 +101,7 @@
except xml.parsers.expat.ExpatError:
print 'AI configuration from %s is invalid, ignoring' % f
else:
- print 'Loading AI configuration from %s' % f
+ #print 'Loading AI configuration from %s' % f
break
if document is None:
print 'WARNING: No AI configuration'
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]