Browse Source

[PATCH 169/188] removing debugging message

From 18b88ebb982fff52ac6ee63a636e92ddda3ffe3f Mon Sep 17 00:00:00 2001
From: Dmitry Boyarintsev <[email protected]>
Date: Fri, 27 Mar 2020 13:44:56 -0400

git-svn-id: branches/wasm@46165 -
nickysn 5 years ago
parent
commit
771db4114c
1 changed files with 0 additions and 1 deletions
  1. 0 1
      utils/wasmbin/parseutils.pas

+ 0 - 1
utils/wasmbin/parseutils.pas

@@ -339,7 +339,6 @@ begin
     numberText:='nan';
     inc(idx, 3);
     if (idx < length(buf)) and (buf[idx]=':') then begin
-      writelN('att');
       inc(idx);
       sub := '';
       if (ScanNumberC(buf, idx, sub) in [nfHex, nfInteger]) then