e17: remove debug printf

SVN revision: 66571
This commit is contained in:
Hannes Janetzek 2011-12-27 13:23:07 +00:00
parent 4db9f94e4b
commit 3d1d1a89a9
1 changed files with 0 additions and 1 deletions

View File

@ -9074,7 +9074,6 @@ _e_border_pointer_warp_to_center_timer(void *data __UNUSED__)
(y - warp_y) > 5 || (y - warp_y) < -5)
{
/* User moved the mouse, so stop warping */
printf("user stopped pinter warp\n");
warp_to = 0;
goto cleanup;
}