Skip to content

Commit 95312b1

Browse files
committed
remove errant debug message
1 parent 6834eef commit 95312b1

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

java/libraries/dxf/build.xml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@
77
</target>
88

99
<target name="compile" description="Compile sources">
10-
<echo message="${runtime.jars}" />
11-
1210
<condition property="core-built">
1311
<available file="../../../core/core.jar" />
1412
</condition>

todo.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ X (due to fallback in preprocessor)
77
X 'public' keyword in class declarations breaks syntax checker
88
X http://code.google.com/p/processing/issues/detail?id=551
99
X found issue where editor objects were being kept around after closing
10-
X particularly on mac os x, since the object wasn't being removed at 1 editor
10+
X with 1 editor open, the editors array wasn't being cleared
11+
X (before default file menu, there was no point)
1112

1213
_ with one sketch open, changing the mode doesn't close the original editor
1314
_ only affects linux and windows

0 commit comments

Comments
 (0)