From b508923bab68d1db0ecc4644de732a3abd1f6377 Mon Sep 17 00:00:00 2001 From: Anthony Scemama Date: Fri, 28 Feb 2014 11:12:20 +0100 Subject: [PATCH] Forgot to remove debug print --- src/init.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/init.py b/src/init.py index 7bddb42..94b82c1 100644 --- a/src/init.py +++ b/src/init.py @@ -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)