diff options
| author | 2021-01-02 23:29:21 -0800 | |
|---|---|---|
| committer | 2021-01-02 23:29:21 -0800 | |
| commit | 175738048d78d74d0ac46b3e9849634a93a21b4c (patch) | |
| tree | 6c2f0a99ed5489d62a43093555a8744bd7c43415 | |
| parent | Set reason to default as an empty string. (diff) | |
Removed unnecessary debugging logs.
Co-authored-by: Dennis Pham <[email protected]>
Diffstat (limited to '')
| -rw-r--r-- | bot/exts/moderation/watchchannels/talentpool.py | 2 | 
1 files changed, 0 insertions, 2 deletions
| diff --git a/bot/exts/moderation/watchchannels/talentpool.py b/bot/exts/moderation/watchchannels/talentpool.py index 8dd46a951..311c46d3b 100644 --- a/bot/exts/moderation/watchchannels/talentpool.py +++ b/bot/exts/moderation/watchchannels/talentpool.py @@ -243,8 +243,6 @@ class TalentPool(WatchChannel, Cog, name="Talentpool"):          actor = guild.get_member(actor_id)          active = nomination_object["active"] -        log.debug(active) -        log.debug(type(nomination_object["inserted_at"]))          reason = nomination_object["reason"] or "*None*" | 
