Skip to content

Commit e6670c5

Browse files
authored
[UR] Remove an old debug print from the generator scripts. (#18730)
1 parent 4feca82 commit e6670c5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

unified-runtime/scripts/templates/helper.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1005,7 +1005,6 @@ def find_param_name(name_re, namespace: str, tags: dict, obj) -> Union[str, None
10051005
"""
10061006
for param in obj["params"]:
10071007
param_cpp_name = _get_param_name(namespace, tags, param)
1008-
print("searching {0} for pattner {1}".format(param_cpp_name, name_re))
10091008
if re.search(name_re, param_cpp_name):
10101009
return param_cpp_name
10111010
return None

0 commit comments

Comments
 (0)