Skip to content

Commit 02a4723

Browse files
committed
remove lines for debug
1 parent 79b099b commit 02a4723

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ def generate_args(config, visible=True):
6565
config_labels.append(field.name)
6666
value = getattr(config, field.name)
6767
type = field.type # string
68-
print(field.name, value, type)
68+
# print(field.name, value, type)
6969
# special case for Literal
7070
pattern = r"(?:typing_extensions\.Literal|typing\.Literal|Literal)\[(.*?)\]"
7171
matches = re.findall(pattern, str(type))

0 commit comments

Comments
 (0)