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 /CHANGELOG.md | |
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 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 748f5a4..6f5a2fa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,8 @@ All notable changes to this project will be documented in this file. ## Unreleased +### Fixed +- Removed leftover debug output ("First aware: ...") from the Deimos analyzer. ## 0.4.1 - 2020-08-17 ### Added |