diff options
author | Tim Almdal <tnalmdal@shaw.ca> | 2009-06-22 06:27:31 -0700 |
---|---|---|
committer | Tim Almdal <tnalmdal@shaw.ca> | 2009-06-22 06:27:31 -0700 |
commit | 6b552fb07c8a162c9755895c132c6985c9dd1ddc (patch) | |
tree | 8ac919880f638e94da8cadc8c233d1125ab73a55 /modules | |
parent | 05f8659a7ffa35cb1458c69e4db1196aa384fff0 (diff) |
Remove debugging output that was overlooked
Diffstat (limited to 'modules')
-rw-r--r-- | modules/gallery/helpers/gallery_quick.php | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/modules/gallery/helpers/gallery_quick.php b/modules/gallery/helpers/gallery_quick.php index 19ed23dc..bb791c33 100644 --- a/modules/gallery/helpers/gallery_quick.php +++ b/modules/gallery/helpers/gallery_quick.php @@ -50,9 +50,6 @@ class gallery_quick_Core { } } - Kohana::log("error", ">>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>"); - Kohana::log("error", Kohana::debug($sorted_buttons)); - Kohana::log("error", "<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<"); return $sorted_buttons; } |