andre 6 сар өмнө
parent
commit
3b5cee81fe

+ 0 - 9
kerioDomainAvailable.php

@@ -80,15 +80,6 @@ foreach($respond as $domain) {
 		array_push($domains,$alias);
 	}
 }
-
-	logModuleCall(
-		'keriosingle',
-		__FUNCTION__,
-		$respond,
-		'Debug',
-		$domains
-	);
-
 if(in_array($domainName,$domains)) {
 	echo 'no';
 } else {