# HG changeset patch
# User Xeli
# Date 1308779732 -7200
# Node ID ab899b056f774c3f8e71bab5cf596addd3757bca
# Parent  8315a70c35b65ee53008a7435942057ef0190e62
Removed the extra WriteToConsole()

diff -r 8315a70c35b6 -r ab899b056f77 hedgewars/uUtils.pas
--- a/hedgewars/uUtils.pas	Wed Jun 22 23:44:06 2011 +0200
+++ b/hedgewars/uUtils.pas	Wed Jun 22 23:55:32 2011 +0200
@@ -261,7 +261,6 @@
 procedure AddFileLog(s: shortstring);
 begin
 s:= s;
-WriteToConsole(s);
 {$IFDEF DEBUGFILE}
 {$IFDEF ANDROID}
  WriteToConsole(s);