diff options
author | Bharat Mediratta <bharat@menalto.com> | 2009-03-25 02:13:01 +0000 |
---|---|---|
committer | Bharat Mediratta <bharat@menalto.com> | 2009-03-25 02:13:01 +0000 |
commit | 0a4bce3f674dcb719ef16d52a6034d85b250083c (patch) | |
tree | 71ea0af03afa9cbdb49ac645947aef0fb035c27d | |
parent | 20673141861976f551064dd1b5a86c399f8e7a04 (diff) |
Remove debug line.
-rw-r--r-- | core/helpers/rest.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/core/helpers/rest.php b/core/helpers/rest.php index 51f066eb..b790c10c 100644 --- a/core/helpers/rest.php +++ b/core/helpers/rest.php @@ -59,7 +59,6 @@ class rest_Core { * @return string HTTP request method */ static function request_method() { - Kohana::log("debug", "request::method: " . request::method()); if (request::method() == "get") { return "get"; } else { |