From 8b448786fed2251c345ff6ccbeb65afac8af8cf1 Mon Sep 17 00:00:00 2001 From: Ivo van Dongen Date: Tue, 23 May 2017 17:08:10 +0300 Subject: [core] cleanup debug logging --- src/mbgl/style/layers/custom_layer_impl.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'src') diff --git a/src/mbgl/style/layers/custom_layer_impl.cpp b/src/mbgl/style/layers/custom_layer_impl.cpp index f5ad2bb087..e2ed00a10d 100644 --- a/src/mbgl/style/layers/custom_layer_impl.cpp +++ b/src/mbgl/style/layers/custom_layer_impl.cpp @@ -1,6 +1,5 @@ #include #include -#include namespace mbgl { namespace style { @@ -11,7 +10,6 @@ CustomLayer::Impl::Impl(const std::string& id_, CustomLayerDeinitializeFunction deinitializeFn_, void* context_) : Layer::Impl(LayerType::Custom, id_, std::string()) { - Log::Info(Event::General, "New custom layer Impl: %s", id_.c_str()); initializeFn = initializeFn_; renderFn = renderFn_; deinitializeFn = deinitializeFn_; -- cgit v1.2.1