Browse Source

* Remove debug statement

Michaël Van Canneyt 11 tháng trước cách đây
mục cha
commit
2f307390f0
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  1. 0 1
      src/pas2js/fresnel.pas2js.wasmapi.pp

+ 0 - 1
src/pas2js/fresnel.pas2js.wasmapi.pp

@@ -1936,7 +1936,6 @@ var
   begin
     // The instance/timer could have disappeared
     Callback:=InstanceExports['__fresnel_timer_tick'];
-    Writeln(Format('FresnelAPi.TimerTick(%d)',[aTimerID]));
     Continue:=Assigned(Callback);
     if Continue then
       Continue:=TTimerTickCallback(CallBack)(aTimerID,userData)