aboutsummaryrefslogtreecommitdiffstats
path: root/App.php
diff options
context:
space:
mode:
Diffstat (limited to 'App.php')
-rw-r--r--App.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/App.php b/App.php
index 803aa27..1c45735 100644
--- a/App.php
+++ b/App.php
@@ -121,8 +121,6 @@ class App
static function error($msg)
{
$err = array('result' => 'error', 'msg' => $msg);
- // Send error to client
- self::json($msg);
// And log it locally
self::log($msg);
}