From f7d087ea06b07b2d49f666edde78a38a16e9c3b9 Mon Sep 17 00:00:00 2001 From: Taylor Thurlow Date: Mon, 12 Nov 2018 19:04:18 -0800 Subject: [PATCH] Remove pry require statement --- lib/panda_motd/components/fail_2_ban.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/panda_motd/components/fail_2_ban.rb b/lib/panda_motd/components/fail_2_ban.rb index faad03a..b5f33d0 100644 --- a/lib/panda_motd/components/fail_2_ban.rb +++ b/lib/panda_motd/components/fail_2_ban.rb @@ -1,4 +1,3 @@ -require 'pry' class Fail2Ban < Component def initialize(motd) super(motd, 'fail_2_ban')