From b0e6a926584244e37a6ae4121a0e4b4587b30b3b Mon Sep 17 00:00:00 2001 From: Brusk Awat Date: Thu, 1 Dec 2022 18:29:32 +0300 Subject: [PATCH] Removes debugger --- lib/rabbit_carrots/railtie.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/rabbit_carrots/railtie.rb b/lib/rabbit_carrots/railtie.rb index cf9142a..28a41d1 100644 --- a/lib/rabbit_carrots/railtie.rb +++ b/lib/rabbit_carrots/railtie.rb @@ -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