Skip to content

Commit

Permalink
Clean code
Browse files Browse the repository at this point in the history
  • Loading branch information
dani committed Jan 5, 2025
1 parent 7597530 commit 3d08831
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/LogHandler.php
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,6 @@ protected function logError(MessageLogged $event)
// Get the log alarm message
$log_message = $this->getLogAlarmMessage($event);

dd($log_message);
// Generate a unique cache key based on the log message
$log_alarm_cache_key_enc = md5($log_message);

Expand Down

0 comments on commit 3d08831

Please sign in to comment.