summaryrefslogtreecommitdiff
path: root/common_service.cc
diff options
context:
space:
mode:
Diffstat (limited to 'common_service.cc')
-rw-r--r--common_service.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/common_service.cc b/common_service.cc
index c2473b25..1a41b633 100644
--- a/common_service.cc
+++ b/common_service.cc
@@ -173,8 +173,6 @@ bool UpdateEngineService::SetChannel(ErrorPtr* error,
LogAndSetError(error, FROM_HERE, error_message);
return false;
}
- // Update the weave state because updated the target channel.
- system_state_->update_attempter()->BroadcastChannel();
return true;
}