Commit 44a2f6fe authored by Federico Vaga's avatar Federico Vaga

tst: remove test print

Signed-off-by: Federico Vaga's avatarFederico Vaga <federico.vaga@cern.ch>
parent 1bd3f557
......@@ -16,7 +16,6 @@ def fmctdc_chan(request, fmctdc):
fmctdc.chan[request.param].enable = True
fmctdc.chan[request.param].flush()
yield fmctdc.chan[request.param]
print("ciao")
fmctdc.chan[request.param].enable = False
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment