cartodb-4.29/lib/carto/http/null_logger.rb
2020-06-15 10:58:47 +08:00

10 lines
97 B
Ruby

module Carto
module Http
class NullLogger
def log(response); end
end
end
end