diff options
Diffstat (limited to 'cloud/pkg/edgecontroller/controller/upstream.go')
| -rw-r--r-- | cloud/pkg/edgecontroller/controller/upstream.go | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/cloud/pkg/edgecontroller/controller/upstream.go b/cloud/pkg/edgecontroller/controller/upstream.go index 5a9bb5362..57c3e6d64 100644 --- a/cloud/pkg/edgecontroller/controller/upstream.go +++ b/cloud/pkg/edgecontroller/controller/upstream.go @@ -193,10 +193,6 @@ func (uc *UpstreamController) dispatchMessage(stop chan struct{}) { } klog.Infof("message: %s, resource type is: %s", msg.GetID(), resourceType) operationType := msg.GetOperation() - if err != nil { - klog.Warningf("parse message: %s operation type with error: %s", msg.GetID(), err) - continue - } klog.Infof("message: %s, operation type is: %s", msg.GetID(), operationType) switch resourceType { |
