andre 2 роки тому
батько
коміт
6d36275814
1 змінених файлів з 0 додано та 9 видалено
  1. 0 9
      api/KerioWhmcs.php

+ 0 - 9
api/KerioWhmcs.php

@@ -472,15 +472,6 @@ class KerioWhmcs extends KerioConnectApi {
 				),
 			),
 		);
-
-		logModuleCall(
-			'kerioEmail',
-			__FUNCTION__,
-			$userId,
-			'Debug params',
-			$params
-		);
-
 		$result = $this->sendRequest('Users.remove', $params);
 		return $result;
 	}