From 17eaeafb1bfbc7942c65c0af06592ca05c1d9904 Mon Sep 17 00:00:00 2001 From: Oliver Falk Date: Mon, 3 Dec 2018 17:19:54 +0100 Subject: [PATCH] Remove noisy prints --- robohash/robohash.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/robohash/robohash.py b/robohash/robohash.py index 7f0d105..92d49a7 100644 --- a/robohash/robohash.py +++ b/robohash/robohash.py @@ -157,10 +157,8 @@ class Robohash(object): roboparts = self._get_list_of_files(self.resourcedir + 'sets/' + roboset) - print(roboparts) # Now that we've sorted them by the first number, we need to sort each sub-category by the second. roboparts.sort(key=lambda x: x.split("#")[1]) - print(roboparts) if bgset is not None: bglist = [] backgrounds = natsort.natsorted(os.listdir(self.resourcedir + 'backgrounds/' + bgset))