1
0
Fork 0

Remove DESCRIPTION (#9732)

This commit is contained in:
Ryan 2020-07-16 15:49:18 +10:00 committed by GitHub
parent 92d0a71af7
commit 72d3270547
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
13 changed files with 3 additions and 263 deletions

View file

@ -77,7 +77,6 @@ def _extract_config_h(info_data):
'device_ver': config_c.get('DEVICE_VER'),
'manufacturer': config_c.get('MANUFACTURER'),
'product': config_c.get('PRODUCT'),
'description': config_c.get('DESCRIPTION'),
}
return info_data