Skip to content

Commit

Permalink
removed debug print statement
Browse files Browse the repository at this point in the history
  • Loading branch information
sliu008 committed Jun 25, 2024
1 parent e9dd079 commit 11c67fb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion podaac/subsetter/subset.py
Original file line number Diff line number Diff line change
Expand Up @@ -558,7 +558,6 @@ def compute_time_variable_name(dataset: xr.Dataset, lat_var: xr.Variable, total_
if len(dataset[var_name].squeeze().dims) == 0:
continue
if var_name not in total_time_vars and 'time' in var_name_time.lower() and dataset[var_name].squeeze().dims[0] in lat_var.squeeze().dims:
print(var_name)
return var_name

raise ValueError('Unable to determine time variable')
Expand Down

0 comments on commit 11c67fb

Please sign in to comment.