Skip to content
Snippets Groups Projects
Commit ee0c07b2 authored by Fabian Seidl's avatar Fabian Seidl
Browse files

remove unnecessary code

parent edc55a3b
No related branches found
No related tags found
1 merge request!1218Fix not being able to deal with uints from subscribers
Pipeline #262466 passed
...@@ -256,8 +256,6 @@ func (n *NetworkElementWatcher) handleSubscribeResponseUpdate(resp *gpb.Subscrib ...@@ -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) 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 return
} }
update.Val.GetUintVal()
} }
mneID, err := uuid.Parse(subscriptionInfo.NetworkElementID) mneID, err := uuid.Parse(subscriptionInfo.NetworkElementID)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment