Forgot to remove debug print

This commit is contained in:
Anthony Scemama 2014-02-28 11:12:20 +01:00
parent d71c2c4229
commit b508923bab
1 changed files with 0 additions and 2 deletions

View File

@ -63,8 +63,6 @@ def init():
makefile.create()
# Copy current files in the irpdir
ls = os.listdir(os.getcwd())
print ls
for dir in ['./']+command_line.include_dir:
try:
os.stat(dir)