Browse Source

- removed debug writeln

Nikolay Nikolov 1 year ago
parent
commit
2ab16a5a8f
1 changed files with 0 additions and 1 deletions
  1. 0 1
      compiler/ogwasm.pas

+ 0 - 1
compiler/ogwasm.pas

@@ -2132,7 +2132,6 @@ implementation
         ModuleVersion: array [0..3] of Byte;
         i: Integer;
       begin
-        Writeln('CanReadObjData');
         result:=false;
         if not AReader.read(ModuleMagic,4) then
           exit;