Removed a stupid printf.

Original commit message from CVS:
Removed a stupid printf.
This commit is contained in:
Wim Taymans 2001-05-25 21:42:14 +00:00
parent 9401162a8a
commit e84c07c297

View file

@ -360,7 +360,7 @@ gst_plugin_load_absolute (const gchar *name)
}
if (stat(name,&file_status)) {
g_print("problem opening file %s\n",name);
//g_print("problem opening file %s\n",name);
return FALSE;
}