diff --git a/app/controllers/graphql_controller.rb b/app/controllers/graphql_controller.rb index 47deceac0..bf9858a7d 100644 --- a/app/controllers/graphql_controller.rb +++ b/app/controllers/graphql_controller.rb @@ -2,8 +2,6 @@ class GraphqlController < ApplicationController authorize_resource :proposal def query - #puts "I'm the GraphqlController inside the #query action!!" - render json: ConsulSchema.execute( params[:query], variables: params[:variables] || {}