Remove debug code

This commit is contained in:
Ivan Kravets
2018-02-13 00:19:07 +02:00
parent 0763a54af3
commit acefc8d276

View File

@ -740,7 +740,6 @@ class PlatformBoardConfig(object):
data['external'].append(key)
for key, value in data.items():
print key
if not value:
continue
return sorted(value)[0]