andre 2 år sedan
förälder
incheckning
e4729b5350
1 ändrade filer med 0 tillägg och 8 borttagningar
  1. 0 8
      api/KerioWhmcs.php

+ 0 - 8
api/KerioWhmcs.php

@@ -140,14 +140,6 @@ class KerioWhmcs extends KerioConnectApi {
 			$params['query']['conditions'] = $conditions;
 		}
 
-        logModuleCall(
-            'kerioEmail',
-            __FUNCTION__,
-            $method,
-            'Debug Error',
-            $params
-        );
-
 		$result = $this->sendRequest($method, $params);
 
 		return $result['list'];