removed redundant log message

This commit is contained in:
robweberjr@gmail.com 2014-03-31 09:14:28 -05:00
parent ed696a5c4f
commit a09677930f

View File

@ -25,7 +25,6 @@ class BackupScheduler:
#scheduler was turned on, find next run time
utils.log("scheduler enabled, finding next run time")
self.findNextRun(time.time())
utils.log("scheduler will run again on " + datetime.datetime.fromtimestamp(self.next_run).strftime('%m-%d-%Y %H:%M'))
def start(self):