We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa2dd31 commit 565e791Copy full SHA for 565e791
kernel_tuner/observers/tegra.py
@@ -37,7 +37,6 @@ def _write_railgate_file(self, value):
37
"""Set railgate status"""
38
if value not in (0, 1):
39
raise ValueError(f"Illegal governor value {value}, must be 0 or 1")
40
- print(f"Writing {value} to railgate file")
41
full_path = self.dev_path / Path("device/railgate_enable")
42
args = [
43
"sudo",
0 commit comments