mirror of
https://github.com/platformio/platformio-core.git
synced 2025-07-29 17:47:14 +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():
|
||||
if key.endswith(("_DIR", "_PATH")):
|
||||
print(13, key)
|
||||
_patterns[key] = fs.to_unix_path(value)
|
||||
|
||||
def _replace(text):
|
||||
|
Reference in New Issue
Block a user