diff --git a/sched/credit.cpp b/sched/credit.cpp index 6167eadc9e..392b0ac9bb 100644 --- a/sched/credit.cpp +++ b/sched/credit.cpp @@ -238,7 +238,6 @@ int update_av_scales(SCHED_SHMEM *ssp) { int i, j, retval; log_messages.cond_printf(config.debug_credit,MSG_NORMAL, "-- updating app version scales --\n"); - } for (i=0; inapps; i++) { APP &app = ssp->apps[i]; log_messages.cond_printf(config.debug_credit,MSG_NORMAL, "app %s (%d)\n", app.name, app.id);