removes commented code

This commit is contained in:
Godfrey M 2023-09-11 09:36:38 -07:00
parent e56628499c
commit 0eb50ceb3d
2 changed files with 1 additions and 3 deletions

View file

@ -707,7 +707,7 @@ class Helper
$all_count++;
}
}
// dd($asset_models);
foreach ($asset_models as $asset_model){
$asset = new Asset();

View file

@ -121,9 +121,7 @@ class ActionlogsTransformer
'log_meta' => ((isset($clean_meta)) && (is_array($clean_meta))) ? $clean_meta: null,
'action_date' => ($actionlog->action_date) ? Helper::getFormattedDateObject($actionlog->action_date, 'datetime'): Helper::getFormattedDateObject($actionlog->created_at, 'datetime'),
];
//\Log::info("Clean Meta is: ".print_r($clean_meta,true));
//dd($array);
return $array;
}