Browse Source

* Remove unnecessary writeln

git-svn-id: trunk@1947 -
daniel 19 years ago
parent
commit
61d288a7cc
1 changed files with 0 additions and 1 deletions
  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;