cartodb-4.42/lib/carto/http/null_logger.rb

10 lines
97 B
Ruby
Raw Normal View History

2024-04-06 13:25:13 +08:00
module Carto
module Http
class NullLogger
def log(response); end
end
end
end