From d50992ce5da864194e9c6241be33354f617c830c Mon Sep 17 00:00:00 2001 From: Dušan Ďurech Date: Mon, 12 Jul 2010 16:15:12 +0200 Subject: delete useless comment in source code --- src/base/proto.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/base/proto.c b/src/base/proto.c index 2b62ba2..e58574f 100644 --- a/src/base/proto.c +++ b/src/base/proto.c @@ -772,8 +772,6 @@ void proto_recv_shot_client(char *msg) } space_add(arena_get_current()->spaceShot, shot); - - printf("ADD new shot id=%d px=%d py=%d position=%d\n", shot_id, px, py, position); } void proto_send_chat_client(char *s) -- cgit v1.2.3