Quellcode durchsuchen

terminateAccount

andre vor 2 Jahren
Ursprung
Commit
6d36275814
1 geänderte Dateien mit 0 neuen und 9 gelöschten Zeilen
  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;
 	}