소스 검색

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