Skip to content

Commit 565e791

Browse files
committed
remove debug print statement
1 parent aa2dd31 commit 565e791

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

kernel_tuner/observers/tegra.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ def _write_railgate_file(self, value):
3737
"""Set railgate status"""
3838
if value not in (0, 1):
3939
raise ValueError(f"Illegal governor value {value}, must be 0 or 1")
40-
print(f"Writing {value} to railgate file")
4140
full_path = self.dev_path / Path("device/railgate_enable")
4241
args = [
4342
"sudo",

0 commit comments

Comments
 (0)