diff --git a/neercs/neercs.cpp b/neercs/neercs.cpp
index 75e830c..a4b99b7 100644
--- a/neercs/neercs.cpp
+++ b/neercs/neercs.cpp
@@ -129,13 +129,6 @@ void Neercs::TickGame(float seconds)
     caca_set_color_ansi(m_caca, 0x666, bg_color);
     caca_printf(m_caca, 1, h - 2, "W=%i H=%i", w, h);
     caca_put_str(m_caca, w - 13, h - 2, "CACA RULEZ");
-
-    /*
-
-    int x4 = 6 + 5 * lol::cos(m_time * 2.f)
-    caca_set_color_ansi(m_caca, CACA_YELLOW, CACA_RED);
-    caca_put_str(m_caca, x4, 25, "Le Caca C'Est Surpuissant \\:D/");
-    */
 }
 
 
@@ -160,7 +153,7 @@ int main(int argc, char **argv)
 #endif
 
     new Neercs();
-    new DebugFps(5, 5);
+    new DebugFps(5, 15);
     app.ShowPointer(false);
 
     app.Run();
diff --git a/neercs/video/render.cpp b/neercs/video/render.cpp
index 8aa90d6..81d3b0e 100644
--- a/neercs/video/render.cpp
+++ b/neercs/video/render.cpp
@@ -38,7 +38,6 @@ extern char const *lolfx_postfx;
 extern char const *lolfx_radial;
 extern char const *lolfx_simple;
 
-#define DEBUG 1            // debug flag //#if defined(_DEBUG)
 #define PID M_PI/180.0f    // pi ratio
 #define CR 1.0f/256.0f     // color ratio