Browse Source

pas2js: clean up

mattias 5 years ago
parent
commit
ca81b87183
1 changed files with 1 additions and 2 deletions
  1. 1 2
      compiler/packages/pastojs/src/pas2jscompiler.pp

+ 1 - 2
compiler/packages/pastojs/src/pas2jscompiler.pp

@@ -4711,7 +4711,6 @@ var
   var
     aFile: TPas2jsCompilerFile;
   begin
-    writeln('AAA1 TryUnitName ',TestUnitName);
     if FoundPasFilename='' then
     begin
       // search loaded units
@@ -4753,7 +4752,7 @@ var
   i: Integer;
 
 begin
-  writeln('TPas2jsCompiler.GetUnitInfo ',UseUnitName,' in=',InFileName,' ',GetObjName(PCUSupport));
+  //writeln('TPas2jsCompiler.GetUnitInfo ',UseUnitName,' in=',InFileName,' ',GetObjName(PCUSupport));
   Result:=Default(TFindUnitInfo);
   FoundPasFilename:='';
   FoundPasIsForeign:=false;