Sfoglia il codice sorgente

* Remove unnecessary writeln

git-svn-id: trunk@1947 -
daniel 20 anni fa
parent
commit
61d288a7cc
1 ha cambiato i file con 0 aggiunte e 1 eliminazioni
  1. 0 1
      utils/grab_vcsa.pp

+ 0 - 1
utils/grab_vcsa.pp

@@ -88,7 +88,6 @@ begin
             halt(result_chmod_error);
           if fpchmod(vcsa,ttystat.mode)<>0 then
             halt(result_chmod_error);
-          writeln(vcsa);
           exitcode:=result_success;
         end;
     end;