Removed the extra WriteToConsole() hedgeroid
authorXeli
Wed, 22 Jun 2011 23:55:32 +0200
branchhedgeroid
changeset 5299 ab899b056f77
parent 5297 8315a70c35b6
child 5301 690e88ef6ee7
Removed the extra WriteToConsole()
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);