summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--modules/user/controllers/login.php8
1 files changed, 0 insertions, 8 deletions
diff --git a/modules/user/controllers/login.php b/modules/user/controllers/login.php
index 2debf6d3..e0defa59 100644
--- a/modules/user/controllers/login.php
+++ b/modules/user/controllers/login.php
@@ -53,12 +53,4 @@ class Login_Controller extends Controller {
print json_encode($response);
}
- public function logout() {
- try {
- Session::instance()->destroy();
- } catch (Exception $e) {
- Kohana::log("error", $e);
- }
- print json_encode(array("logout" => true));
- }
} \ No newline at end of file