Remove printf.

SVN revision: 32102
This commit is contained in:
Christopher Michael 2007-10-17 11:23:41 +00:00
parent 2dc7874df7
commit 7cca0c1c26
1 changed files with 0 additions and 1 deletions

View File

@ -261,7 +261,6 @@ _e_smart_value_fetch(E_Smart_Data *sd)
static void
_e_smart_value_limit(E_Smart_Data *sd)
{
printf("direction: %d\n", sd->direction);
if (sd->val < sd->val_min) sd->val = sd->val_min;
if (sd->val > sd->val_max) sd->val = sd->val_max;
if (sd->val_max > sd->val_min)