From eae18d9e376ad71d3e2f5f6ac6cf2a8d6d94b2db Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alberto=20Miedes=20Garc=C3=A9s?= Date: Fri, 30 Sep 2016 11:34:12 +0200 Subject: [PATCH] Deleted useless debugging comment --- app/controllers/graphql_controller.rb | 2 -- 1 file changed, 2 deletions(-) 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] || {}