Remove printf

SVN revision: 23297
This commit is contained in:
sebastid 2006-06-08 19:02:11 +00:00 committed by sebastid
parent 179ea47d07
commit 4a303b726f
1 changed files with 0 additions and 1 deletions

View File

@ -1541,7 +1541,6 @@ e_border_maximize(E_Border *bd, E_Maximize max)
printf("BUG: Maximize call without direction!\n");
return;
}
printf("%d %d\n", max & E_MAXIMIZE_HORIZONTAL, max & E_MAXIMIZE_VERTICAL);
if ((bd->shaded) || (bd->shading)) return;
if (bd->fullscreen)