浏览代码

terminateAccount

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;
 	}