mirror of
https://github.com/platformio/platformio-core.git
synced 2025-07-31 10:37:13 +02:00
Remove debug code
This commit is contained in:
@ -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]
|
||||
|
Reference in New Issue
Block a user