Commit 0fee1447 by Sebastián Katzer

Cleanup code

parent 810ff015
...@@ -217,10 +217,7 @@ public class Options { ...@@ -217,10 +217,7 @@ public class Options {
* Trigger date in milliseconds. * Trigger date in milliseconds.
*/ */
public long getTriggerTime() { public long getTriggerTime() {
//return Math.max( return options.optLong("at", 0) * 1000;
// System.currentTimeMillis(),
return options.optLong("at", 0) * 1000;
//);
} }
/** /**
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment