1
0
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:
Sascha Bischoff 2017-12-08 10:32:41 +00:00 committed by marcbonnici
parent dd4c37901b
commit 002939d599

View File

@ -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'))