cartodb-4.42/lib/carto/http/null_logger.rb
2024-04-06 05:25:13 +00:00

10 lines
97 B
Ruby

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