diff options
author | John Firebaugh <john.firebaugh@gmail.com> | 2015-04-22 16:36:35 -0700 |
---|---|---|
committer | John Firebaugh <john.firebaugh@gmail.com> | 2015-04-28 14:32:23 -0400 |
commit | fec4cd613c2c0534035417a7e875ef7e9c0dad83 (patch) | |
tree | fee0e5fb0247bc4dc91c9319f4da1a494727d4de /src/mbgl | |
parent | 7cd55a33331420b4f573770e39a625292e228d43 (diff) | |
download | qtlocation-mapboxgl-fec4cd613c2c0534035417a7e875ef7e9c0dad83.tar.gz |
Kill overly-verbose output
Diffstat (limited to 'src/mbgl')
-rw-r--r-- | src/mbgl/renderer/painter.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/mbgl/renderer/painter.cpp b/src/mbgl/renderer/painter.cpp index 3754df7dc6..32d01c47f7 100644 --- a/src/mbgl/renderer/painter.cpp +++ b/src/mbgl/renderer/painter.cpp @@ -55,10 +55,6 @@ bool Painter::needsAnimation() const { } void Painter::setup() { -#if defined(DEBUG) - util::stopwatch stopwatch("painter setup"); -#endif - // Enable GL debugging if ((gl::DebugMessageControl != nullptr) && (gl::DebugMessageCallback != nullptr)) { // This will enable all messages including performance hints |