Skip to content

Commit 568ef5a

Browse files
authored
Remove debug print statement
1 parent b254862 commit 568ef5a

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

kernel_tuner/observers/pmt.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,6 @@ def __init__(self, observable=None):
3939
else:
4040
# User specifices a string (single platform) as observable
4141
observable = {observable: None}
42-
43-
print(observable)
44-
4542
supported = ["arduino", "jetson", "likwid", "nvml", "rapl", "rocm", "xilinx"]
4643
for obs in observable.keys():
4744
if not obs in supported:

0 commit comments

Comments
 (0)