diff options
| author | Paul Buetow <paul@buetow.org> | 2008-05-30 00:52:51 +0000 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2008-05-30 00:52:51 +0000 |
| commit | b82536ec35d01fd1195a11733203be7c1c008ad6 (patch) | |
| tree | 55b69f0d6d2a1ba2dcedd57a2cac7d92ea784393 /sources/core/VSTask.java | |
| parent | 19c666a62379a94e22acc96b9ed81660fcb1e53f (diff) | |
new package has been documented.
Diffstat (limited to 'sources/core/VSTask.java')
| -rw-r--r-- | sources/core/VSTask.java | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sources/core/VSTask.java b/sources/core/VSTask.java index 1e3958d..6f39021 100644 --- a/sources/core/VSTask.java +++ b/sources/core/VSTask.java @@ -212,11 +212,9 @@ public class VSTask implements Comparable { event.init(process); if (messageLine != null) { - System.out.println("FO"); if (!event.onStart()) process.getSimulatorCanvas().removeMessageLine(messageLine); } else { - System.out.println("BA"); event.onStart(); } } |
