Skip to content

Commit

Permalink
Remove Print
Browse files Browse the repository at this point in the history
  • Loading branch information
arun-sureshkumar committed Oct 4, 2022
1 parent c469282 commit 97f6fdc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion graphene_federation/service.py
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,6 @@ def get_sdl(schema: Schema) -> str:
pattern = re.compile(type_def_re)
string_schema = pattern.sub(repl_str, string_schema)

print(_schema + string_schema)
return _schema + string_schema


Expand Down

0 comments on commit 97f6fdc

Please sign in to comment.