Browse Source

[PATCH 50/83] remove debugging message

From 508c97bae55983a762632c2effd5bf3cf8799b94 Mon Sep 17 00:00:00 2001
From: Dmitry Boyarintsev <[email protected]>
Date: Fri, 20 Sep 2019 11:53:08 -0400

git-svn-id: branches/wasm@45927 -
nickysn 5 years ago
parent
commit
690d90b1b4
1 changed files with 0 additions and 1 deletions
  1. 0 1
      compiler/systems/t_wasm.pas

+ 0 - 1
compiler/systems/t_wasm.pas

@@ -46,7 +46,6 @@ end;
 
 
 function tlinkerwasm.MakeSharedLibrary: boolean;
 function tlinkerwasm.MakeSharedLibrary: boolean;
 begin
 begin
-  writeln('tlinkerwasm.MakeSharedLibrary');
   Result := true;
   Result := true;
   //Result:=inherited MakeSharedLibrary;
   //Result:=inherited MakeSharedLibrary;
 end;
 end;