mirror of
https://github.com/platformio/platformio-core.git
synced 2025-07-30 01:57:13 +02:00
Remove debug code
This commit is contained in:
@ -41,7 +41,6 @@ class BaseProcess(protocol.ProcessProtocol, object):
|
|||||||
|
|
||||||
for key, value in _patterns.items():
|
for key, value in _patterns.items():
|
||||||
if key.endswith(("_DIR", "_PATH")):
|
if key.endswith(("_DIR", "_PATH")):
|
||||||
print(13, key)
|
|
||||||
_patterns[key] = fs.to_unix_path(value)
|
_patterns[key] = fs.to_unix_path(value)
|
||||||
|
|
||||||
def _replace(text):
|
def _replace(text):
|
||||||
|
Reference in New Issue
Block a user