summaryrefslogtreecommitdiffhomepage
path: root/main/draw.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'main/draw.cpp')
-rw-r--r--main/draw.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/main/draw.cpp b/main/draw.cpp
index b032e2a2..91277c34 100644
--- a/main/draw.cpp
+++ b/main/draw.cpp
@@ -52,8 +52,7 @@ void app::draw_chunk(chunk& c)
fn(0, y);
fn(x, y);
- printf("%d %d -> %d %d\n", minx, miny, maxx, maxy);
- fflush(stdout);
+ // TODO
printf(""); // put breakpoint here
}