mirror of
https://github.com/ARM-software/devlib.git
synced 2025-02-07 05:30:44 +00:00
module/cpuidle: remove stray print
Remove a stray debug print which was accidentally committed.
This commit is contained in:
parent
dd4c37901b
commit
002939d599
@ -165,7 +165,6 @@ class Cpuidle(Module):
|
||||
Momentarily wake each CPU. Ensures cpu_idle events in trace file.
|
||||
"""
|
||||
output = self.target._execute_util('cpuidle_wake_all_cpus')
|
||||
print(output)
|
||||
|
||||
def get_driver(self):
|
||||
return self.target.read_value(self.target.path.join(self.root_path, 'current_driver'))
|
||||
|
Loading…
x
Reference in New Issue
Block a user