diff options
Diffstat (limited to 'xml/test')
-rw-r--r-- | xml/test/test_prop4.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/xml/test/test_prop4.py b/xml/test/test_prop4.py index a7e0269..30e9ece 100644 --- a/xml/test/test_prop4.py +++ b/xml/test/test_prop4.py @@ -10,7 +10,6 @@ def read_from_register(ctx, value): read_from_register.counter += 1 for i in range (0, 5): time.sleep(0.1) - print(cur) out = ctx.get_property('/test/prop3') / 2 ctx.unlock('test_prop4') |