summaryrefslogtreecommitdiff
path: root/src/mbgl/platform
diff options
context:
space:
mode:
authorLeith Bade <leith@mapbox.com>2014-12-10 22:15:41 +1100
committerLeith Bade <leith@mapbox.com>2014-12-10 22:15:41 +1100
commit08b07c30a757ddddc105d00226330de8d58a6c18 (patch)
tree84135930ca84f94058a490af48661f6fcafcb027 /src/mbgl/platform
parent08084854531065d6cc52115f9822c26d6ec7924f (diff)
downloadqtlocation-mapboxgl-08b07c30a757ddddc105d00226330de8d58a6c18.tar.gz
Reduce GL log spew
Diffstat (limited to 'src/mbgl/platform')
-rw-r--r--src/mbgl/platform/gl.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mbgl/platform/gl.cpp b/src/mbgl/platform/gl.cpp
index 4aace913d0..1156381cc7 100644
--- a/src/mbgl/platform/gl.cpp
+++ b/src/mbgl/platform/gl.cpp
@@ -78,7 +78,7 @@ PFNGLPROGRAMPARAMETERIPROC ProgramParameteri = nullptr;
}
void _CHECK_GL_ERROR(const char *cmd, const char *file, int line) {
- std::cout << cmd << ";" << std::endl;
+ //std::cout << cmd << ";" << std::endl;
GLenum err;