remove errant debug message

This commit is contained in:
benfry
2011-03-11 14:10:03 +00:00
parent 7774e01d3e
commit 9bc78c735a
2 changed files with 2 additions and 3 deletions
-2
View File
@@ -7,8 +7,6 @@
</target>
<target name="compile" description="Compile sources">
<echo message="${runtime.jars}" />
<condition property="core-built">
<available file="../../../core/core.jar" />
</condition>
+2 -1
View File
@@ -7,7 +7,8 @@ X (due to fallback in preprocessor)
X 'public' keyword in class declarations breaks syntax checker
X http://code.google.com/p/processing/issues/detail?id=551
X found issue where editor objects were being kept around after closing
X particularly on mac os x, since the object wasn't being removed at 1 editor
X with 1 editor open, the editors array wasn't being cleared
X (before default file menu, there was no point)
_ with one sketch open, changing the mode doesn't close the original editor
_ only affects linux and windows