diff options
author | rojaro <> | 2010-05-18 11:17:08 +0000 |
---|---|---|
committer | rojaro <> | 2010-05-18 11:17:08 +0000 |
commit | cdb7ea5ccbda68b47d5fe5b41ec9f1fd450a9c83 (patch) | |
tree | 2efae3204bb3bf18dac2155b8ae9a8e53a2737ed /framework/Web/Services/TRpcService.php | |
parent | f854b844b09e510f21a0008068fca9a931773b90 (diff) |
removed leftover log call
Diffstat (limited to 'framework/Web/Services/TRpcService.php')
-rw-r--r-- | framework/Web/Services/TRpcService.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/framework/Web/Services/TRpcService.php b/framework/Web/Services/TRpcService.php index b1a27456..3ea5d743 100644 --- a/framework/Web/Services/TRpcService.php +++ b/framework/Web/Services/TRpcService.php @@ -356,8 +356,6 @@ class TJsonRpcProtocol extends TRpcProtocol } catch(Exception $e) { - prado::log(); - return $this->createErrorResponse(new TRpcException('An internal error occured')); } } |