Skip to content

Commit 97f6fdc

Browse files
Remove Print
1 parent c469282 commit 97f6fdc

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

graphene_federation/service.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,6 @@ def get_sdl(schema: Schema) -> str:
180180
pattern = re.compile(type_def_re)
181181
string_schema = pattern.sub(repl_str, string_schema)
182182

183-
print(_schema + string_schema)
184183
return _schema + string_schema
185184

186185

0 commit comments

Comments
 (0)