LU: remote oudated FIXME comments
diff --git a/src/hlr.c b/src/hlr.c
index 96e211a..744d966 100644
--- a/src/hlr.c
+++ b/src/hlr.c
@@ -387,11 +387,9 @@
 	/* Cancel in old VLR/SGSN, if new VLR/SGSN differs from old */
 	if (luop->is_ps == false &&
 	    strcmp(subscr->vlr_number, vlr_number)) {
-		/* FIXME: start location cancel towards old VLR */
 		lu_op_tx_cancel_old(luop);
 	} else if (luop->is_ps == true &&
 		   strcmp(subscr->sgsn_number, sgsn_number)) {
-		/* FIXME: start location cancel towards old VLR */
 		lu_op_tx_cancel_old(luop);
 	} else
 #endif