diff options
author | 2021-05-09 10:00:12 +0100 | |
---|---|---|
committer | 2021-05-09 10:00:12 +0100 | |
commit | 4b186029de6c9bd34f0fd2ba1dc51c3d8eedc61b (patch) | |
tree | a2f8d0ed0a9441330710e8c5aaadf9b888ebde5b | |
parent | Add new cog for extracting data from metabase (diff) |
Remove metabase redaction of link used while testing
-rw-r--r-- | bot/exts/moderation/metabase.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/bot/exts/moderation/metabase.py b/bot/exts/moderation/metabase.py index 3d5e6e0ff..d59d57da1 100644 --- a/bot/exts/moderation/metabase.py +++ b/bot/exts/moderation/metabase.py @@ -129,8 +129,6 @@ class Metabase(Cog): out = json.dumps(out, indent=4, sort_keys=True) paste_link = await send_to_paste_service(out, extension=extension) - log.warn(paste_link) - paste_link = 'redacted' await ctx.send(f":+1: {ctx.author.mention} Here's your link: {paste_link}") # This cannot be static (must have a __func__ attribute). |