diff --git a/controller/nucleus/networkElementWatcher.go b/controller/nucleus/networkElementWatcher.go
index a3351f05419d92ccbebd14e6354a5e50d49495a5..a81fd7a9c4d5aeb5023aab7df5b2f29507b5c2da 100644
--- a/controller/nucleus/networkElementWatcher.go
+++ b/controller/nucleus/networkElementWatcher.go
@@ -256,8 +256,6 @@ func (n *NetworkElementWatcher) handleSubscribeResponseUpdate(resp *gpb.Subscrib
 			log.Errorf("The given value of type: %T, provided by a SubResponse from network element with ID: %s is not supported", v, subscriptionInfo.NetworkElementID)
 			return
 		}
-
-		update.Val.GetUintVal()
 	}
 
 	mneID, err := uuid.Parse(subscriptionInfo.NetworkElementID)