forked from platformio/platformio-core
Remove debug code
This commit is contained in:
@ -740,7 +740,6 @@ class PlatformBoardConfig(object):
|
|||||||
data['external'].append(key)
|
data['external'].append(key)
|
||||||
|
|
||||||
for key, value in data.items():
|
for key, value in data.items():
|
||||||
print key
|
|
||||||
if not value:
|
if not value:
|
||||||
continue
|
continue
|
||||||
return sorted(value)[0]
|
return sorted(value)[0]
|
||||||
|
Reference in New Issue
Block a user