Skip to content

Commit

Permalink
Removed debug values for resetJob
Browse files Browse the repository at this point in the history
  • Loading branch information
4ndr3w committed Aug 4, 2013
1 parent 4f79326 commit 398d0da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions server.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ config = JSON.parse(fs.readFileSync("config.json"));
var log = new Array();

var rule = new scheduler.RecurrenceRule();
rule.hour = 22;
rule.minute = 44;
rule.hour = 23;
rule.minute = 0;

var resetJob = scheduler.scheduleJob(rule, function()
{
Expand Down

0 comments on commit 398d0da

Please sign in to comment.