From f86ae4676017307590882df4ab86743156e73f4d Mon Sep 17 00:00:00 2001 From: tomrink <rink@ssec.wisc.edu> Date: Tue, 4 Jan 2022 10:52:58 -0600 Subject: [PATCH] snapshot... --- modules/aeolus/datasource.py | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/aeolus/datasource.py b/modules/aeolus/datasource.py index d378c44c..4414b4f1 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) -- GitLab