remove debug message

This commit is contained in:
Valentin Boettcher 2022-12-16 18:33:25 -05:00
parent 5696c2def0
commit 30f42cd654
No known key found for this signature in database
GPG key ID: E034E12B7AF56ACE

View file

@ -873,7 +873,6 @@ def ensemble_mean_online(
if save is not None:
if every is None:
print("DUMP")
aggregator.dump(save)
elif (
aggregator.n % every == 0 if isinstance(every, int) else every(aggregator.n)