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