From 13a11289db5467b2509e114313cd7d7756ad510e Mon Sep 17 00:00:00 2001 From: Ilya Kulakov Date: Wed, 19 Sep 2018 15:45:36 -0700 Subject: [PATCH] Remove redundant print. --- git_archive_all.py | 1 - 1 file changed, 1 deletion(-) diff --git a/git_archive_all.py b/git_archive_all.py index 1598eab..81d1485 100755 --- a/git_archive_all.py +++ b/git_archive_all.py @@ -190,7 +190,6 @@ def is_file_excluded(self, repo_abspath, repo_file_path): @return: True if file should be excluded. Otherwise False. @rtype: bool """ - print(repo_file_path) out = self.run_git_shell( 'git check-attr -z export-ignore -- %s' % quote(repo_file_path), cwd=repo_abspath