lib/the_help/service.rb in the_help-1.4.1 vs lib/the_help/service.rb in the_help-1.4.2
- old
+ new
@@ -231,10 +231,9 @@
raise TheHelp::ServiceNotImplementedError unless defined?(main)
end
def log_service_call
logger.info("Service call to #{self.class.name} for #{context.inspect}")
- logger.debug("with inputs: #{inputs.inspect}")
end
def authorized?
false
end