Skip to content

Commit b08db9a

Browse files
authored
Removes debugging print statement from generator (#50)
1 parent 9b21928 commit b08db9a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

proto_schema_parser/generator.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,6 @@ def _generate_field(self, field: ast.Field, indent_level: int = 0) -> str:
132132
cardinality = f"{field.cardinality.value.lower()} "
133133

134134
options = ""
135-
print(field.options)
136135
if field.options:
137136
options = " ["
138137
options += ", ".join(

0 commit comments

Comments
 (0)