Remove debug code

This commit is contained in:
Ivan Kravets
2019-08-27 20:26:44 +03:00
parent 81fc1c9010
commit 55a44aecc3

View File

@ -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):