Skip to content

Commit

Permalink
Remove a debugging log statement
Browse files Browse the repository at this point in the history
  • Loading branch information
Tim Almdal committed Sep 29, 2009
1 parent e6f6239 commit 39cd84d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion modules/gallery/helpers/module.php
Expand Up @@ -301,7 +301,6 @@ static function event($name, &$data=null) {
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);
}
}
Expand Down

0 comments on commit 39cd84d

Please sign in to comment.