forked from platformio/platformio-core
Remove debug info
This commit is contained in:
@@ -125,7 +125,6 @@ class ProjectGenerator(object):
|
|||||||
"env_pathsep": os.pathsep,
|
"env_pathsep": os.pathsep,
|
||||||
"env_path": self._fix_os_path(os.getenv("PATH"))
|
"env_path": self._fix_os_path(os.getenv("PATH"))
|
||||||
})
|
})
|
||||||
print self._tplvars
|
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def _fix_os_path(path):
|
def _fix_os_path(path):
|
||||||
|
Reference in New Issue
Block a user