Skip to content

Commit e391a57

Browse files
committed
Remove conditional byebug
1 parent 76b1c41 commit e391a57

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

lib/rails_stats/console_formatter.rb

-2
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,6 @@ def print_line(name, statistics)
3636
m_over_c = (statistics.methods / statistics.classes) rescue m_over_c = 0
3737
loc_over_m = (statistics.code_lines / statistics.methods) - 2 rescue loc_over_m = 0
3838

39-
require 'byebug'; byebug if statistics.nil?
40-
4139
puts "| #{name.ljust(20)} " \
4240
"| #{statistics.files_total.to_s.rjust(7)} " \
4341
"| #{statistics.lines.to_s.rjust(7)} " \

0 commit comments

Comments
 (0)