diff options
author | Bharat Mediratta <bharat@menalto.com> | 2013-03-05 13:20:12 -0500 |
---|---|---|
committer | Bharat Mediratta <bharat@menalto.com> | 2013-03-05 13:20:12 -0500 |
commit | 74532b9c948c471115239fa1a0b54c10ccdbeb9c (patch) | |
tree | 01eeac6685c9a6931dbe359df3c08315937cf36c /modules/gallery/controllers/file_proxy.php | |
parent | 7fd7b10108b8edca232d6eb387669189383b52ea (diff) |
Remove stray line of debug output.
Diffstat (limited to 'modules/gallery/controllers/file_proxy.php')
-rw-r--r-- | modules/gallery/controllers/file_proxy.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/gallery/controllers/file_proxy.php b/modules/gallery/controllers/file_proxy.php index ac558a71..50f1aa26 100644 --- a/modules/gallery/controllers/file_proxy.php +++ b/modules/gallery/controllers/file_proxy.php @@ -146,7 +146,6 @@ class File_Proxy_Controller extends Controller { // going to buffer up whatever file we're proxying (and it may be very large). This may // affect embedding or systems with PHP's output_buffering enabled. while (ob_get_level()) { - Kohana_Log::add("error","".print_r(ob_get_level(),1)); if (!@ob_end_clean()) { // ob_end_clean() can return false if the buffer can't be removed for some reason // (zlib output compression buffers sometimes cause problems). |