Skip to content

Commit

Permalink
Fix a plonker
Browse files Browse the repository at this point in the history
  • Loading branch information
slaxor committed Apr 4, 2013
1 parent 7922829 commit 2de80bd
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
nezu (0.5.17)
nezu (0.5.18)
activerecord (~> 3.2.11)
activesupport (~> 3.2.11)
amqp
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.5.17
0.5.18
1 change: 0 additions & 1 deletion lib/nezu.rb
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,6 @@ def self.logger
@@logger.formatter = Nezu::CustomLogFormatter.new
@@logger.level = Nezu.env.development? ? Logger::DEBUG : Logger::INFO
end
debugger
@@logger
end
end
Expand Down

0 comments on commit 2de80bd

Please sign in to comment.