Browse Source

[PATCH 062/188] removing debug lines

From b1496ecf0ce82dbce19f55af8d3522a6298fea99 Mon Sep 17 00:00:00 2001
From: Dmitry Boyarintsev <[email protected]>
Date: Tue, 3 Mar 2020 10:56:51 -0500

git-svn-id: branches/wasm@46058 -
nickysn 5 years ago
parent
commit
b3bd9a989a
1 changed files with 0 additions and 1 deletions
  1. 0 1
      utils/wasmbin/watscanner.pas

+ 0 - 1
utils/wasmbin/watscanner.pas

@@ -154,7 +154,6 @@ var
   t: string;
   t: string;
   v: string;
   v: string;
 begin
 begin
-  writeln('comment: "',cmt,'"');
   Result := false;
   Result := false;
   if (Pos(';;',cmt)<>1) then Exit;
   if (Pos(';;',cmt)<>1) then Exit;
   i:=3;
   i:=3;