Skip to content

Commit

Permalink
Lower verbosity
Browse files Browse the repository at this point in the history
  • Loading branch information
barentsen committed Nov 2, 2018
1 parent 7576d7a commit 42b2108
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion k2mosaic/mosaic.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ def add_wcs(self):
'WCS information for campaign {} data.'.format(self.campaign))

def add_tpf(self, tpf_filename):
print("Adding {}".format(tpf_filename))
#print("Adding {}".format(tpf_filename))
if tpf_filename.startswith("http"):
tpf_filename = astropy.utils.data.download_file(tpf_filename, cache=True)

Expand Down

0 comments on commit 42b2108

Please sign in to comment.