mirror of
https://gitlab.com/freepascal.org/fpc/pas2js.git
synced 2025-09-10 09:09:17 +02:00
* Remove debug statement
This commit is contained in:
parent
24ace49589
commit
2995efa920
@ -1456,9 +1456,9 @@ begin
|
||||
arr:=TJSint32array.new(FMemory.buffer);
|
||||
TJSAtomics.Store(arr,256,0);
|
||||
msTimeout32:=StrToInt(msTimeOut.toString);
|
||||
Writeln('Timeout is: ',msTImeout32);
|
||||
// Writeln('Timeout is: ',msTImeout32);
|
||||
TJSAtomics.wait(Arr,256,0,msTimeout32);
|
||||
Writeln('Done timeout');
|
||||
// Writeln('Done timeout');
|
||||
end;
|
||||
{$ELSE}
|
||||
Result:= WASI_ENOSYS;
|
||||
|
Loading…
Reference in New Issue
Block a user