summaryrefslogtreecommitdiffstats
path: root/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'main.cpp')
-rw-r--r--main.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/main.cpp b/main.cpp
index a786e85..88363a5 100644
--- a/main.cpp
+++ b/main.cpp
@@ -425,7 +425,7 @@ int main(int argc, char *argv[]) {
GLint samples;
glGetIntegerv(GL_SAMPLES, &samples);
- std::cerr << "Using " << samples << " samples" << std::endl;
+// std::cerr << "Using " << samples << " samples" << std::endl;
bool running = true;
@@ -540,7 +540,7 @@ int main(int argc, char *argv[]) {
frames++;
tocks += delta*1000;
if(tocks > 1000000) {
- std::cerr << frames << " fps; slept a total of " << slept << " ms" << std::endl;
+// std::cerr << frames << " fps; slept a total of " << slept << " ms" << std::endl;
frames = 0;
tocks -= 1000000;
slept = 0;