Removes debugger

This commit is contained in:
Brusk Awat 2022-12-01 18:29:32 +03:00
parent dcc0beebb5
commit b0e6a92658
Signed by: broosk1993
GPG Key ID: 5D20F7E02649F74E

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