diff --git a/pyproject.toml b/pyproject.toml index eec3428..5687d76 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "turms" -version = "0.8.0" +version = "0.8.2" description = "graphql-codegen powered by pydantic" authors = ["jhnnsrs "] license = "MIT" diff --git a/turms/plugins/funcs.py b/turms/plugins/funcs.py index 65c25f5..7c62bc3 100644 --- a/turms/plugins/funcs.py +++ b/turms/plugins/funcs.py @@ -384,7 +384,6 @@ def generate_parameters( if v.variable.name.value in plugin_config.expand_input_types: input_type = v.type - print(input_type) type = client_schema.type_map[input_type.type.name.value]