Removes debugger

This commit is contained in:
2022-12-01 18:29:32 +03:00
parent dcc0beebb5
commit b0e6a92658

View File

@@ -7,7 +7,6 @@ module RabbitCarrots
rake_tasks do
path = File.expand_path(__dir__)
debugger
Dir.glob("#{path}/tasks/**/*.rake").each { |f| load f }
end
end