mirror of
https://github.com/ARM-software/devlib.git
synced 2025-02-07 13:40:48 +00:00
JunoEnergyInstrument: removed a stray print
Removed a stray print statement from take_measurement() method.
This commit is contained in:
parent
8528568c1c
commit
1ed29a8385
@ -290,7 +290,5 @@ class JunoEnergyInstrument(Instrument):
|
|||||||
for chan in self.active_channels:
|
for chan in self.active_channels:
|
||||||
value = values[headings.index(chan.name)]
|
value = values[headings.index(chan.name)]
|
||||||
result.append(Measurement(value, chan))
|
result.append(Measurement(value, chan))
|
||||||
print result
|
|
||||||
return result
|
return result
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user