diff --git a/__init__.py b/__init__.py index 12ceb43..f099d8e 100644 --- a/__init__.py +++ b/__init__.py @@ -31,7 +31,6 @@ class Logging(BasePython): error_contents.append("") while len(errors) and len(errors[0]) < 2000 - len(error_contents[-1]): error_contents[-1] += errors.pop(0) - print(error_contents) await channel.send("There was an error:") for i, content in enumerate(error_contents): embed = discord.Embed(title=f"Error {i+1}/{len(error_contents)}",