Skip to content

Commit

Permalink
remove CDR debug message
Browse files Browse the repository at this point in the history
  • Loading branch information
robkooper committed May 3, 2024
1 parent e97f984 commit e0aa4ec
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## [0.7.2] - 2024-05-03

### Fixed
- remove debug message

## [0.7.1] - 2024-05-03

### Changed
Expand Down
1 change: 0 additions & 1 deletion cdrhook/server.py
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,6 @@ def cdrhook_callback(channel, method, properties, body):
check_uncharted_event(event_id)
else:
logging.debug(f"Ignoring feature.process with id {event_id}")
logging.debug(data)
else:
logging.debug("Unknown event %s", data.get("event"))

Expand Down

0 comments on commit e0aa4ec

Please sign in to comment.