Skip to content
This repository has been archived by the owner on Aug 29, 2023. It is now read-only.

Commit

Permalink
#546 removed debug printout
Browse files Browse the repository at this point in the history
  • Loading branch information
Krzysztof (Chris) Bernat authored and kbernat committed Mar 14, 2018
1 parent 6f40a0d commit dcf7e4a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cate/ds/esa_cci_odp.py
Original file line number Diff line number Diff line change
Expand Up @@ -694,9 +694,9 @@ def _make_local(self,
time_range = TimeRangeLike.convert(time_range)
region = PolygonLike.convert(region)
var_names = VarNamesLike.convert(var_names)
print(self.id)

excluded_variables = get_exclude_variables_fix_known_issues(self.id)
print(excluded_variables)

compression_level = get_config_value('NETCDF_COMPRESSION_LEVEL', NETCDF_COMPRESSION_LEVEL)
compression_enabled = True if compression_level > 0 else False

Expand Down

0 comments on commit dcf7e4a

Please sign in to comment.