diff options
author | Tim Almdal <tnalmdal@shaw.ca> | 2009-11-07 21:51:57 -0800 |
---|---|---|
committer | Tim Almdal <tnalmdal@shaw.ca> | 2009-11-07 21:51:57 -0800 |
commit | 47e0d91fcc2b249559a58d9f0965663a745379a8 (patch) | |
tree | 783706a3d2ba581f3632ff5da0c984895540c0fa | |
parent | 95ffb393d3d2af0d18af23a27ce4400b54128197 (diff) |
Remove debugging statement
-rw-r--r-- | modules/gallery/helpers/gallery_event.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/gallery/helpers/gallery_event.php b/modules/gallery/helpers/gallery_event.php index 43920815..cd72d01e 100644 --- a/modules/gallery/helpers/gallery_event.php +++ b/modules/gallery/helpers/gallery_event.php @@ -99,7 +99,6 @@ class gallery_event_Core { static function user_menu($menu, $theme) { if ($theme->page_type != "login") { - Kohana::log("alert", "in gallery::user_menu"); $user = identity::active_user(); if ($user->guest) { $menu->append(Menu::factory("dialog") |