mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-19 20:59:42 +02:00
[PATCH 169/188] removing debugging message
From 18b88ebb982fff52ac6ee63a636e92ddda3ffe3f Mon Sep 17 00:00:00 2001 From: Dmitry Boyarintsev <skalogryz.lists@gmail.com> Date: Fri, 27 Mar 2020 13:44:56 -0400 git-svn-id: branches/wasm@46165 -
This commit is contained in:
parent
a8a0308e48
commit
771db4114c
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user