summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Almdal <tnalmdal@shaw.ca>2009-06-22 06:27:31 -0700
committerTim Almdal <tnalmdal@shaw.ca>2009-06-22 06:27:31 -0700
commit6b552fb07c8a162c9755895c132c6985c9dd1ddc (patch)
tree8ac919880f638e94da8cadc8c233d1125ab73a55
parent05f8659a7ffa35cb1458c69e4db1196aa384fff0 (diff)
Remove debugging output that was overlooked
-rw-r--r--modules/gallery/helpers/gallery_quick.php3
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;
}