Explorar el Código

* Remove unnecessary writeln

git-svn-id: trunk@1947 -
daniel hace 20 años
padre
commit
61d288a7cc
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  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;