summaryrefslogtreecommitdiff
path: root/git-fat
diff options
context:
space:
mode:
Diffstat (limited to 'git-fat')
-rwxr-xr-xgit-fat2
1 files changed, 0 insertions, 2 deletions
diff --git a/git-fat b/git-fat
index 484ebcd..9d61cae 100755
--- a/git-fat
+++ b/git-fat
@@ -390,8 +390,6 @@ class GitFat(object):
def filter_objects(self, refargs, patterns):
files = self.referenced_objects(**refargs) - self.catalog_objects()
orphans_matched = list(self.orphan_files(patterns))
- print("pulling:")
- print(map(lambda x: x[1], orphans_matched))
orphans_objects = set(map(lambda x: x[0], orphans_matched))
return files & orphans_objects