[Polycasso-commit] SF.net SVN: polycasso:[236] trunk/polycasso
Brought to you by:
dbrosius
|
From: <dbr...@us...> - 2011-07-26 02:09:04
|
Revision: 236
http://polycasso.svn.sourceforge.net/polycasso/?rev=236&view=rev
Author: dbrosius
Date: 2011-07-26 02:08:58 +0000 (Tue, 26 Jul 2011)
Log Message:
-----------
turn DEBUG off
Modified Paths:
--------------
trunk/polycasso/src/com/mebigfatguy/polycasso/Polycasso.java
Added Paths:
-----------
trunk/polycasso/etc/polycasso.png
Added: trunk/polycasso/etc/polycasso.png
===================================================================
(Binary files differ)
Property changes on: trunk/polycasso/etc/polycasso.png
___________________________________________________________________
Added: svn:mime-type
+ image/png
Modified: trunk/polycasso/src/com/mebigfatguy/polycasso/Polycasso.java
===================================================================
--- trunk/polycasso/src/com/mebigfatguy/polycasso/Polycasso.java 2011-07-25 07:08:03 UTC (rev 235)
+++ trunk/polycasso/src/com/mebigfatguy/polycasso/Polycasso.java 2011-07-26 02:08:58 UTC (rev 236)
@@ -28,7 +28,7 @@
/**
* enable some console debugging, and show the target image
*/
- public static final boolean DEBUG = true;
+ public static final boolean DEBUG = false;
/**
* the main entry point to the web start app
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|