summaryrefslogtreecommitdiff
path: root/framework/Web/Services
diff options
context:
space:
mode:
authorrojaro <>2010-05-12 16:15:33 +0000
committerrojaro <>2010-05-12 16:15:33 +0000
commit1f0f027fef528ca87a74cad8a12e4684adb6263b (patch)
tree2fbbcef39252f3fdd70ec087354e1b4533c36123 /framework/Web/Services
parenta986b10ff0502e18453090a37ff5913002e86572 (diff)
Diffstat (limited to 'framework/Web/Services')
-rw-r--r--framework/Web/Services/TRpcService.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/framework/Web/Services/TRpcService.php b/framework/Web/Services/TRpcService.php
index 96bdc86b..50246abc 100644
--- a/framework/Web/Services/TRpcService.php
+++ b/framework/Web/Services/TRpcService.php
@@ -470,8 +470,6 @@ class TXmlRpcProtocol extends TRpcProtocol
}
catch(Exception $e)
{
- prado::log();
-
return $this->createErrorResponse(new TRpcException('An internal error occured'));
}
}