# HG changeset patch
# User unc0rr
# Date 1304347215 -14400
# Node ID 5eae5da831e1d82f6625b05ade5485ba9171cf31
# Parent  6533e5450a21f0edabc020558e694459e48bf159
Oops, forgot to remove this

diff -r 6533e5450a21 -r 5eae5da831e1 hedgewars/uCursor.pas
--- a/hedgewars/uCursor.pas	Mon May 02 18:39:11 2011 +0400
+++ b/hedgewars/uCursor.pas	Mon May 02 18:40:15 2011 +0400
@@ -21,7 +21,6 @@
 
     if(x <> cScreenWidth div 2) or (y <> cScreenHeight div 2) then
         begin
-writeln(x, ', ', y);
         CursorPoint.X:= CursorPoint.X + x - cScreenWidth div 2;
         CursorPoint.Y:= CursorPoint.Y - y + cScreenHeight div 2;