Skip to content

Commit

Permalink
🔥 Removed unused function
Browse files Browse the repository at this point in the history
  • Loading branch information
mkarlesky committed May 4, 2024
1 parent 25f0aa4 commit 9a613d1
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions bin/ceedling
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,6 @@ require 'cli' # Located alongside this file in CEEDLING_BIN
require 'constructor' # Assumed installed via Ceedling gem dependencies
require 'ceedling/constants'

# Single exception handler for multiple booms
def bootloader_boom_handler(loginator, exception)
$stderr.puts( "\n" )
loginator.log( exception.message, Verbosity::ERRORS, LogLabels::EXCEPTION )
$stderr.puts( exception.backtrace ) if ( defined?( PROJECT_DEBUG ) and PROJECT_DEBUG )
end


# Centralized exception handler for:
# 1. Bootloader (bin/)
# 2. Application (lib/) last resort / outer exception handling
Expand Down

0 comments on commit 9a613d1

Please sign in to comment.