Browse Source

- removed debug writeln

git-svn-id: branches/z80@45055 -
nickysn 5 years ago
parent
commit
6014305708
1 changed files with 0 additions and 1 deletions
  1. 0 1
      compiler/z80/nz80add.pas

+ 0 - 1
compiler/z80/nz80add.pas

@@ -145,7 +145,6 @@ interface
 
 
     function TZ80AddNode.first_cmppointer: tnode;
     function TZ80AddNode.first_cmppointer: tnode;
       begin
       begin
-        Writeln('TZ80AddNode.first_cmppointer');
         result:=nil;
         result:=nil;
         expectloc:=LOC_JUMP;
         expectloc:=LOC_JUMP;
       end;
       end;