Skip to content
This repository has been archived by the owner on Jun 24, 2020. It is now read-only.

Commit

Permalink
remove logging
Browse files Browse the repository at this point in the history
  • Loading branch information
TheoTomalty committed Dec 19, 2018
1 parent af43569 commit e43d0ad
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion rasa_addons/rules.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ def interrupts(self, dispatcher, parse_data, tracker, run_action):
self._utter_error_and_roll_back(dispatcher, tracker, error_template, run_action)
return True

logger.warning(parse_data)
if {key: val for key, val in parse_data.items() if key != 'original_data'} == parse_data['original_data']:
# Nothing has changed
del parse_data['original_data']
Expand Down

0 comments on commit e43d0ad

Please sign in to comment.