remove test logging

This commit is contained in:
AaronKable 2020-05-23 12:18:05 +08:00
parent 15823b7785
commit 18584974df

View File

@ -185,7 +185,6 @@ class DiscourseManager:
r.raise_for_status()
except requests.exceptions.HTTPError as e:
raise DiscourseError(endpoint, e.response.status_code)
logger.debug("Discourse API output:\n{}".format(out)) # this is spamy as hell remove before release
return out
@staticmethod