10 lines
97 B
Ruby
10 lines
97 B
Ruby
module Carto
|
|
module Http
|
|
|
|
class NullLogger
|
|
def log(response); end
|
|
end
|
|
|
|
end
|
|
end
|