Skip to content

Commit e2212f5

Browse files
authored
remove unused comment (#481)
1 parent 5894790 commit e2212f5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

ros/processor/inventory_events_consumer.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,6 @@ def process_system_details(self, msg):
148148
""" Store new system information (stale, stale_warning timestamp) and return internal DB id"""
149149
host = msg['host']
150150
with app.app_context():
151-
# 'platform_metadata' field not included when the host is updated via the API.
152151
if (msg.get('type') == 'updated'):
153152
system_fields = {
154153
"inventory_id": host['id'],

0 commit comments

Comments
 (0)