Skip to content

Commit

Permalink
remove redundant heartbeat
Browse files Browse the repository at this point in the history
  • Loading branch information
pgombar committed Jun 26, 2020
1 parent f2629f5 commit 01bd5f7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion azurelinuxagent/ga/update.py
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,6 @@ def run(self, debug=False):
protocol.update_goal_state()

initialize_event_logger_vminfo_common_parameters(protocol)
self._send_heartbeat_telemetry(protocol)

# Log OS-specific info.
os_info_msg = u"Distro: {0}-{1}; OSUtil: {2}; AgentService: {3}; Python: {4}.{5}.{6}".format(
Expand Down

0 comments on commit 01bd5f7

Please sign in to comment.