# HG changeset patch # User taiki # Date 1423582690 -32400 # Node ID 56298c45a7e5bb11cb9379276a00b9486a11fd85 # Parent 855a5e399f6e0a156557b472a03712f7eb13b260 remove debug message diff -r 855a5e399f6e -r 56298c45a7e5 create.py --- a/create.py Wed Feb 11 00:34:54 2015 +0900 +++ b/create.py Wed Feb 11 00:38:10 2015 +0900 @@ -43,7 +43,6 @@ for f in os.listdir(base_path): path = os.path.join(base_path, f) os.system("/bin/chown " + os.getlogin() + " " + path) - print(path) if os.path.isdir(path): change_own(path)