deleted debugging writes

This commit is contained in:
ceriel 1987-11-02 11:25:13 +00:00
parent b24e6763c3
commit 017871b025

View file

@ -256,8 +256,6 @@ IMPLEMENTATION MODULE InOut ;
integ := int
END;
IF buf[index] > " " THEN
Write(buf[index]);
Write(termCH);
Traps.Message("illegal integer");
HALT;
END;