Deleted useless debugging comment

This commit is contained in:
Alberto Miedes Garcés
2016-09-30 11:34:12 +02:00
parent 57b01e0921
commit eae18d9e37

View File

@@ -2,8 +2,6 @@ class GraphqlController < ApplicationController
authorize_resource :proposal authorize_resource :proposal
def query def query
#puts "I'm the GraphqlController inside the #query action!!"
render json: ConsulSchema.execute( render json: ConsulSchema.execute(
params[:query], params[:query],
variables: params[:variables] || {} variables: params[:variables] || {}