diff --git a/modules/aeolus/datasource.py b/modules/aeolus/datasource.py index d378c44c200a847b7cd04908a6244a5b6fc0f9a7..4414b4f139a994079b0823647acf211bc3d93e64 100644 --- a/modules/aeolus/datasource.py +++ b/modules/aeolus/datasource.py @@ -48,7 +48,6 @@ def get_parameters_caliop_clavrx(filename='/data/Personal/rink/clavrx_calipso/g1 for str in var_names: v = var_s[str] if len(v.shape) == 1: - print(str) if not (str.find('latitude') != -1 or str.find('longitude') != -1): var_names_keep.append(str)