1
0
mirror of https://github.com/ARM-software/devlib.git synced 2025-01-31 02:00:45 +00:00

JunoEnergyInstrument: removed a stray print

Removed a stray print statement from take_measurement() method.
This commit is contained in:
Sergei Trofimov 2016-12-08 09:53:18 +00:00
parent 8528568c1c
commit 1ed29a8385

View File

@ -290,7 +290,5 @@ class JunoEnergyInstrument(Instrument):
for chan in self.active_channels:
value = values[headings.index(chan.name)]
result.append(Measurement(value, chan))
print result
return result