From 8839f26c10bf2d6e286cdae505ba91c18bebde3c Mon Sep 17 00:00:00 2001 From: Thiago Franco de Moraes Date: Tue, 8 Aug 2017 09:02:17 -0300 Subject: [PATCH] Removed some debug prints --- app.py | 1 - invesalius/project.py | 4 ---- 2 files changed, 0 insertions(+), 5 deletions(-) diff --git a/app.py b/app.py index 79fe62e..032858d 100755 --- a/app.py +++ b/app.py @@ -253,7 +253,6 @@ def parse_comand_line(): """ session = ses.Session() - print ">>>> stdin encoding", sys.stdin.encoding # Parse command line arguments parser = op.OptionParser() diff --git a/invesalius/project.py b/invesalius/project.py index ba21e22..d26f643 100644 --- a/invesalius/project.py +++ b/invesalius/project.py @@ -208,9 +208,6 @@ class Project(object): filename_tmp = os.path.join(dir_temp, u'matrix.dat') filelist = {} - print type(dir_temp), type(filename) - print filename.encode('utf8'), dir_.encode('utf8'), type(filename), type(dir_) - project = { # Format info "format_version": 1, @@ -351,7 +348,6 @@ def Compress(folder, filename, filelist): temp_inv3 = temp_inv3.decode(const.FS_ENCODE) #os.chdir(tmpdir) #file_list = glob.glob(os.path.join(tmpdir_,"*")) - print "Tar file", temp_inv3, type(temp_inv3), filename.encode('utf8'), type(filename) tar = tarfile.open(temp_inv3, "w:gz") for name in filelist: tar.add(name, arcname=os.path.join(tmpdir_, filelist[name])) -- libgit2 0.21.2