Sfoglia il codice sorgente

bugfix usageupdate

andre 2 anni fa
parent
commit
4f82417223
1 ha cambiato i file con 0 aggiunte e 9 eliminazioni
  1. 0 9
      cwp7.php

+ 0 - 9
cwp7.php

@@ -461,15 +461,6 @@ function cwp7_UsageUpdate($params) {
 	$response = $cwp7->getAllAccounts();
 	if($response['status'] == 'OK'){
 		$results = $response['msj'];
-
-		logModuleCall(
-			'cwp7',
-			__FUNCTION__,
-			$params,
-			'debug',
-			$results
-		);
-
 		for($i = 0; $i < count($results); $i++){
 			if($results[$i]['diskusage'] == '') { 
 				$diskusage = 0;