diff options
| author | Daniel Schadt <kingdread@gmx.de> | 2020-08-28 15:52:30 +0200 | 
|---|---|---|
| committer | Daniel Schadt <kingdread@gmx.de> | 2020-08-28 15:52:30 +0200 | 
| commit | 7561a928912b62e0fea384840ebaec1d3c4d291c (patch) | |
| tree | dc94b93c1a935aa32aa9ecbb3007f69e7acbfd5c /src | |
| parent | a9a94161495718a2eb7bca8169671ecd0db72c9f (diff) | |
| download | evtclib-7561a928912b62e0fea384840ebaec1d3c4d291c.tar.gz evtclib-7561a928912b62e0fea384840ebaec1d3c4d291c.tar.bz2 evtclib-7561a928912b62e0fea384840ebaec1d3c4d291c.zip | |
remove leftover debug output
Since downstream applications will also print this, we should remove it.
Diffstat (limited to 'src')
| -rw-r--r-- | src/analyzers/raids/w4.rs | 1 | 
1 files changed, 0 insertions, 1 deletions
| diff --git a/src/analyzers/raids/w4.rs b/src/analyzers/raids/w4.rs index 310b26f..adeb2ea 100644 --- a/src/analyzers/raids/w4.rs +++ b/src/analyzers/raids/w4.rs @@ -199,7 +199,6 @@ fn deimos_10_time(log: &Log) -> u64 {          if let EventKind::Targetable { targetable, .. } = event.kind() {              if *targetable {                  first_aware = event.time(); -                println!("First aware: {}", first_aware);              }          }      } | 
