handover: no debug message for ever non-handover measurement report
diff --git a/openbsc/src/handover_decision.c b/openbsc/src/handover_decision.c
index 4c08c66..736679a 100644
--- a/openbsc/src/handover_decision.c
+++ b/openbsc/src/handover_decision.c
@@ -88,10 +88,8 @@
 		}
 	}
 
-	if (!mr_cell) {
-		DEBUGPC(DHO, "No better cell\n");
+	if (!mr_cell)
 		return 0;
-	}
 
 	LOGP(DHO, LOGL_INFO, "Cell on ARFCN %u is better: ", mr_cell->arfcn);
 	if (!mr->lchan->ts->trx->bts->network->handover.active) {