remove unneeded debug statements

diff-proposed-for-bwees
Brandon Wees 2 years ago committed by GitHub
parent 2a649afd22
commit 604f2eaf02
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -306,7 +306,6 @@ class perform_site_check():
else:
logging.debug("check_unique_lines: UUID {} had unique content".format(uuid))
print(watch.get("trigger_add"), watch.get("trigger_del"))
if changed_detected:
if not watch.get("trigger_add", True) or not watch.get("trigger_del", True): # if we are supposed to filter any diff types
# get the diff types present in the watch

Loading…
Cancel
Save