summaryrefslogtreecommitdiffstats
path: root/admin/WebConsole/includes/restfunctions.php
diff options
context:
space:
mode:
Diffstat (limited to 'admin/WebConsole/includes/restfunctions.php')
-rw-r--r--admin/WebConsole/includes/restfunctions.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/admin/WebConsole/includes/restfunctions.php b/admin/WebConsole/includes/restfunctions.php
index d45dd9c9..138c2730 100644
--- a/admin/WebConsole/includes/restfunctions.php
+++ b/admin/WebConsole/includes/restfunctions.php
@@ -121,8 +121,6 @@ function common_request($command, $type, $data = null) {
curl_close($curl);
- syslog(LOG_INFO, 'response '.$command.' ok!');
-
return json_decode($curl_response, true);
}