summaryrefslogtreecommitdiffstats
path: root/src/Utility.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/Utility.cpp')
-rw-r--r--src/Utility.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/Utility.cpp b/src/Utility.cpp
index 30561c4..8be82d6 100644
--- a/src/Utility.cpp
+++ b/src/Utility.cpp
@@ -29,9 +29,6 @@ GLenum glCheckError_(const char *file, int line) {
break;
}
static int t = 0;
- //t++;
- if (t > 10)
- LOG(FATAL);
LOG(ERROR) << "OpenGL error: " << error << " at " << file << ":" << line;
}
return errorCode;