changeset 15:56298c45a7e5

remove debug message
author taiki
date Wed, 11 Feb 2015 00:38:10 +0900
parents 855a5e399f6e
children c64a640558ba
files create.py
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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)