From 99088702058e5c1951901c64fc433703db68cd09 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Sun, 6 Nov 2011 23:36:51 +0100 Subject: Remove debugging output --- src/tool_select.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/tool_select.c') diff --git a/src/tool_select.c b/src/tool_select.c index 1fb66c7..55f8894 100644 --- a/src/tool_select.c +++ b/src/tool_select.c @@ -91,7 +91,7 @@ static void end_drag(struct toolinfo *tip, struct presentation *p, static void create_region(struct toolinfo *tip, struct presentation *p, double x1, double y1, double x2, double y2) { - printf("Create %5.2f %5.2f %5.2f %5.2f\n", x1, y1, x2, y2); + /* FIXME: Select multiple objects */ } -- cgit v1.2.3