Gah, turn off debug mode, and comment out necessary blurb...

SVN revision: 2678
This commit is contained in:
Chris Ross 2000-05-21 00:21:58 +00:00
parent c200ced976
commit 0a32e88438
1 changed files with 2 additions and 0 deletions

View File

@ -206,7 +206,9 @@ pIFunction __imlib_script_parse( Imlib_Image im, char *script, va_list param_lis
filter = __imlib_get_dynamic_filter( ptr->name );
if( filter != NULL )
{
#ifdef FDEBUG
printf( "Executing Filter %s\n", ptr->name );
#endif
im = filter->exec_filter( ptr->name, im, ptr->params );
imlib_context_set_image( im );
}