Remove a debugging log statement

This commit is contained in:
Tim Almdal
2009-09-29 09:11:43 -07:00
parent e6f6239611
commit 39cd84d86c

View File

@@ -301,7 +301,6 @@ class module_Core {
gallery_event::$function($args[0], $args[1], $args[2], $args[3]);
break;
default:
Kohana::log("error", "Number of arguments: " . count($args));
call_user_func_array(array("gallery_event", $function), $args);
}
}