diff --git a/code/apps/client/source/prediction.c b/code/apps/client/source/prediction.c index 8aeab22..6279eb4 100644 --- a/code/apps/client/source/prediction.c +++ b/code/apps/client/source/prediction.c @@ -37,5 +37,4 @@ void predict_receive_update(entity_view *d, entity_view *data) { data->tran_effect = d->tran_effect; data->tran_time = d->tran_time; - zpl_printf("? %f\n", d->tran_time); }