summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Almdal <tnalmdal@shaw.ca>2009-09-29 09:11:43 -0700
committerTim Almdal <tnalmdal@shaw.ca>2009-09-29 09:11:43 -0700
commit39cd84d86c69090ccf861b9bd2b4758350a47de2 (patch)
treea8943db20041bc8a0d62c30a7670058db61447bc
parente6f62396111e2cd9aef8e3244851eca3ec65aee4 (diff)
Remove a debugging log statement
-rw-r--r--modules/gallery/helpers/module.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/gallery/helpers/module.php b/modules/gallery/helpers/module.php
index 8e203566..a27fdbc5 100644
--- a/modules/gallery/helpers/module.php
+++ b/modules/gallery/helpers/module.php
@@ -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);
}
}