Skip to content

Commit

Permalink
Removed old print statement from MIRS frontend
Browse files Browse the repository at this point in the history
  • Loading branch information
djhoese committed Jul 21, 2015
1 parent 6c8918d commit be2c626
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion py/polar2grid_mirs/polar2grid/mirs/mirs2swath.py
Original file line number Diff line number Diff line change
Expand Up @@ -440,7 +440,6 @@ def create_raw_swath_object(self, product_name, swath_definition):

# TODO: Get the data type from the data or allow the user to specify
try:
print product_def.name, product_def.data_kind, product_def.geo_pair_name, product_def.file_type, product_def.file_key
shape = file_reader.write_var_to_flat_binary(product_def.file_key, filename)
except StandardError:
LOG.error("Could not extract data from file")
Expand Down

0 comments on commit be2c626

Please sign in to comment.