Skip to content

Commit d635714

Browse files
Merge remote-tracking branch 'origin/add-pmt-observer' into add-pmt-observer
2 parents 2540627 + 568ef5a commit d635714

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)