From 3c4e46e3382d04a4a8edddc0e98a715dc32204d9 Mon Sep 17 00:00:00 2001 From: Quinn Evans Date: Sun, 4 Oct 2015 11:44:29 -0600 Subject: [PATCH] Remove overly-verbose debugging statement. --- WOPO.COB | 1 - 1 file changed, 1 deletion(-) diff --git a/WOPO.COB b/WOPO.COB index 0a29cab..ec9cba1 100644 --- a/WOPO.COB +++ b/WOPO.COB @@ -163,7 +163,6 @@ GO TO DIE. SEND-LINE. - D DISPLAY "ENCODING TO ASCII. ", MSG-BODY. CALL "ENCODE-STRING" USING ASCII-MSG. CALL "CHANNEL-SEND" USING ASCII-TABLE, STATE. IF NOT SUCCESS THEN CALL "DECODE-STRING" USING ASCII-MSG