From 2180fead2cf241eb40f48a3a0c67d1418340fe27 Mon Sep 17 00:00:00 2001 From: dmose Date: Fri, 15 Aug 2003 23:05:48 +0000 Subject: [PATCH] Tweak comment --- processing/app/PdeCompiler.java | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/processing/app/PdeCompiler.java b/processing/app/PdeCompiler.java index d059a5e98..bdce8945d 100644 --- a/processing/app/PdeCompiler.java +++ b/processing/app/PdeCompiler.java @@ -147,9 +147,8 @@ public class PdeCompiler implements PdeMessageConsumer{ e.printStackTrace(); result = -1; } - //System.err.println("result = " + result); - // if we hit either of these conditions, it means that something is + // if the result isn't a known, expected value it means that something is // fairly wrong, one possibility is that jikes has crashed. // if (result != 0 && result != 1 ) {