deleted debugging writes

This commit is contained in:
ceriel 1987-11-02 11:25:13 +00:00
parent 61157765c3
commit 8ef0733316

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;