reduce logs

This commit is contained in:
CHIEFSOFT\ameye
2024-09-13 06:37:01 -04:00
parent 8c7d63c251
commit 4d898ffedf
@@ -62,7 +62,7 @@ class WrenchUserContacts extends BaseController
///=== cache game gere ///=== cache game gere
if( $time_to_save == true){ if($time_to_save){
$in["raw_contacts"] = serialize($in['raw_contacts']); $in["raw_contacts"] = serialize($in['raw_contacts']);
$ret = $this->wrenchboard->wrenchboard_api($in, $out); $ret = $this->wrenchboard->wrenchboard_api($in, $out);
$out['internal_return'] = $ret; $out['internal_return'] = $ret;
@@ -70,7 +70,7 @@ class WrenchUserContacts extends BaseController
else{ else{
$out["status_msg"] = "Received and cached"; $out["status_msg"] = "Received and cached";
} }
log_message('critical', "*********** WrenchUserContacts::usersContacts() 0001 ".serialize($out) ); // log_message('critical', "*********** WrenchUserContacts::usersContacts() 0001 ".serialize($out) );
return $this->summaryReturnData($in,$out); //json_encode( $final_out ); return $this->summaryReturnData($in,$out); //json_encode( $final_out );
} }