diff options
Diffstat (limited to 'src/base/shot.c')
| -rw-r--r-- | src/base/shot.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/base/shot.c b/src/base/shot.c index 86dfec3..36f876e 100644 --- a/src/base/shot.c +++ b/src/base/shot.c @@ -313,9 +313,6 @@ static void action_check(space_t *space, shot_t *shot, client_t *client) if( isValueInList(client->listSeesShot, shot->id) == 0 ) { addList(client->listSeesShot, newInt(shot->id) ); -#ifdef DEBUG - printf("proto_send_shot_server(PROTO_SEND_ONE, client, shot);\n"); -#endif proto_send_shot_server(PROTO_SEND_ONE, client, shot); } } |