소스 검색

* Remove unnecessary writeln

git-svn-id: trunk@1947 -
daniel 20 년 전
부모
커밋
61d288a7cc
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  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;