From 817c2b0a91d83be9ba43b9f796f78ad535142d00 Mon Sep 17 00:00:00 2001 From: Jed Brown Date: Wed, 12 Mar 2014 11:54:20 -0600 Subject: filter_objects: remove printing that doesn't belong in internal functions --- git-fat | 2 -- 1 file changed, 2 deletions(-) (limited to 'git-fat') 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 -- cgit v1.2.1