forked from M-Labs/artiq
1
0
Fork 0

examples/pdq2_simple: remove spurious print()

This commit is contained in:
Robert Jördens 2016-02-23 18:07:44 +01:00
parent b363cb1d66
commit 53ca3a8be8
1 changed files with 0 additions and 1 deletions

View File

@ -39,5 +39,4 @@ class PDQ2Simple(EnvExperiment):
offsets = np.linspace(0, 10, 3)
for o in offsets:
self.setup(o)
print(self.electrodes.get_program())
self.one()