Skip to content

Commit

Permalink
Remove redundant print.
Browse files Browse the repository at this point in the history
  • Loading branch information
Kentzo committed Sep 19, 2018
1 parent b2adcf5 commit 13a1128
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion git_archive_all.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 13a1128

Please sign in to comment.