[Gd-chatter] r10974 - trunk/libraries/gui-sniffer

andreas at gwydiondylan.org andreas at gwydiondylan.org
Tue Nov 21 15:59:19 CET 2006


Author: andreas
Date: Tue Nov 21 15:59:17 2006
New Revision: 10974

Modified:
   trunk/libraries/gui-sniffer/hex-view.dylan
Log:
job: 7299

Removed debug output.

Modified: trunk/libraries/gui-sniffer/hex-view.dylan
==============================================================================
--- trunk/libraries/gui-sniffer/hex-view.dylan	(original)
+++ trunk/libraries/gui-sniffer/hex-view.dylan	Tue Nov 21 15:59:17 2006
@@ -83,8 +83,6 @@
     let start-pos2 = start-rest + 58;
     let end-pos2 = end-rest + 59;
 
-    format-out("%= %=, %= %=, %= %=\n", start-offset, end-offset, start-line, start-pos, end-line, end-pos);
-
     For (i from 0,
         line = buffer.buffer-start-node.node-section.section-start-line then line.line-next,
         while: line)



More information about the chatter mailing list