forked from platformio/platformio-core
Remove debug code
This commit is contained in:
@ -78,7 +78,6 @@ def AddCustomTarget(env, *args, **kwargs):
|
|||||||
|
|
||||||
|
|
||||||
def DumpTargets(env):
|
def DumpTargets(env):
|
||||||
print("DumpTargets", id(env))
|
|
||||||
targets = env.get("__PIO_TARGETS") or {}
|
targets = env.get("__PIO_TARGETS") or {}
|
||||||
# pre-fill default system targets
|
# pre-fill default system targets
|
||||||
if (
|
if (
|
||||||
|
Reference in New Issue
Block a user