mirror of
https://github.com/progval/Limnoria.git
synced 2025-04-26 21:11:12 -05:00
Removed some debug.printfs.
This commit is contained in:
parent
95d689005a
commit
edebbe448c
@ -41,10 +41,8 @@ class TestSchedule(unittest.TestCase):
|
|||||||
sched = schedule.Schedule()
|
sched = schedule.Schedule()
|
||||||
i = [0]
|
i = [0]
|
||||||
def add10():
|
def add10():
|
||||||
debug.printf('add10 ran.')
|
|
||||||
i[0] = i[0] + 10
|
i[0] = i[0] + 10
|
||||||
def add1():
|
def add1():
|
||||||
debug.printf('add1 ran.')
|
|
||||||
i[0] = i[0] + 1
|
i[0] = i[0] + 1
|
||||||
|
|
||||||
sched.addEvent(add10, time.time() + 3)
|
sched.addEvent(add10, time.time() + 3)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user