summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorAlex Grönholm <alex.gronholm@nextday.fi>2012-03-24 16:13:19 +0200
committerAlex Grönholm <alex.gronholm@nextday.fi>2012-03-24 16:13:19 +0200
commitd9895cddb900eae4610e350313630b01aadaa424 (patch)
tree0fedb81d6029b5bbac91accbfea8f885a4f77afc /examples
parent93a696d841d43169bdac14531d671c4c4bd6010c (diff)
downloadapscheduler-d9895cddb900eae4610e350313630b01aadaa424.tar.gz
Remove a debugging line
Diffstat (limited to 'examples')
-rw-r--r--examples/persistent.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/persistent.py b/examples/persistent.py
index 99993e1..292054e 100644
--- a/examples/persistent.py
+++ b/examples/persistent.py
@@ -23,7 +23,6 @@ if __name__ == '__main__':
alarm_time = datetime.now() + timedelta(minutes=1)
scheduler.add_date_job(alarm, alarm_time, name='alarm',
jobstore='shelve', args=[datetime.now()])
- scheduler.print_jobs()
sys.stdout.write('To clear the alarms, delete the example.db file.\n')
sys.stdout.write('Press Ctrl+C to exit\n')
scheduler.start()