Remove an extraneous Zeekygen-style comment

This commit is contained in:
Jon Siwek 2020-12-04 19:19:03 -08:00
parent 24bbadcd0a
commit 6323b0a8c2
4 changed files with 7 additions and 3 deletions

View file

@ -431,7 +431,7 @@ function create(ss: SumStat)
reset(ss);
## do not schedule epoch if this is set to manual epochs.
# do not schedule epoch if this is set to manual epochs.
if ( ss$epoch != 0secs )
schedule ss$epoch { SumStats::finish_epoch(ss) };
}