refactor(environment-variables): remove debug logging from bulk submit handling for cleaner code
This commit is contained in:
parent
3804a7d765
commit
9480fc2b2f
1 changed files with 0 additions and 10 deletions
|
|
@ -178,16 +178,6 @@ private function handleBulkSubmit()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// Debug information
|
|
||||||
\Log::info('Environment variables update status', [
|
|
||||||
'deletedCount' => $deletedCount,
|
|
||||||
'updatedCount' => $updatedCount,
|
|
||||||
'deletedPreviewCount' => $deletedPreviewCount ?? 0,
|
|
||||||
'updatedPreviewCount' => $updatedPreviewCount ?? 0,
|
|
||||||
'changesMade' => $changesMade,
|
|
||||||
'errorOccurred' => $errorOccurred,
|
|
||||||
]);
|
|
||||||
|
|
||||||
// Only show success message if changes were actually made and no errors occurred
|
// Only show success message if changes were actually made and no errors occurred
|
||||||
if ($changesMade && ! $errorOccurred) {
|
if ($changesMade && ! $errorOccurred) {
|
||||||
$this->dispatch('success', 'Environment variables updated.');
|
$this->dispatch('success', 'Environment variables updated.');
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue