mirror of https://github.com/m-labs/artiq.git
examples/pdq2_simple: remove spurious print()
This commit is contained in:
parent
b363cb1d66
commit
53ca3a8be8
|
@ -39,5 +39,4 @@ class PDQ2Simple(EnvExperiment):
|
||||||
offsets = np.linspace(0, 10, 3)
|
offsets = np.linspace(0, 10, 3)
|
||||||
for o in offsets:
|
for o in offsets:
|
||||||
self.setup(o)
|
self.setup(o)
|
||||||
print(self.electrodes.get_program())
|
|
||||||
self.one()
|
self.one()
|
||||||
|
|
Loading…
Reference in New Issue