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:
parent
8528568c1c
commit
1ed29a8385
@ -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
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user