Skip to content

Commit

Permalink
DigixGlobal#70 scheduler remove excess config
Browse files Browse the repository at this point in the history
  • Loading branch information
bshevchenko committed Sep 9, 2019
1 parent 690182b commit 752eabc
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/scheduler.rb
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@

scheduler = Rufus::Scheduler.new

scheduler.stderr = File.open('log/scheduler.log', 'ab')

scheduler.every '3s' do
puts 'Cleaning up old challenges'
nonce = SelfServer.increment_nonce
Expand Down

0 comments on commit 752eabc

Please sign in to comment.