Skip to content

Commit

Permalink
Remove "puts" statement (#102)
Browse files Browse the repository at this point in the history
  • Loading branch information
SebouChu committed Sep 26, 2023
1 parent 88672f1 commit 5628ad3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/graphql/fragment_cache.rb
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ def verify_interpreter_and_analysis!(schema_defn)
"GraphQL::Execution::Interpreter should be enabled for fragment caching"
end

puts "schema_defn.analysis_engine #{schema_defn.analysis_engine}"
unless schema_defn.analysis_engine == GraphQL::Analysis::AST
raise StandardError,
"GraphQL::Analysis::AST should be enabled for fragment caching"
Expand Down

0 comments on commit 5628ad3

Please sign in to comment.