Remove debug info

This commit is contained in:
Ivan Kravets
2015-09-30 16:56:13 +01:00
parent ad1666dd0a
commit 43ca0e149f

View File

@ -125,7 +125,6 @@ class ProjectGenerator(object):
"env_pathsep": os.pathsep,
"env_path": self._fix_os_path(os.getenv("PATH"))
})
print self._tplvars
@staticmethod
def _fix_os_path(path):