Skip to content

Commit

Permalink
Merge pull request #93 from robbkidd/remove-byebug-from-prod-class
Browse files Browse the repository at this point in the history
remove byebug from production class
  • Loading branch information
robbkidd authored Sep 26, 2016
2 parents 8ba4275 + 09fee1a commit b964949
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion connectors/irc.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
require "em-irc"
require "logger"
require 'byebug'

class IRCConnector < Linkbot::Connector
Linkbot::Connector.register('irc', self)
Expand Down

0 comments on commit b964949

Please sign in to comment.