Skip to content
This repository has been archived by the owner on Sep 9, 2024. It is now read-only.

Commit

Permalink
remove unneeded print
Browse files Browse the repository at this point in the history
  • Loading branch information
MaskDuck committed May 23, 2024
1 parent 413b6f6 commit dac3df9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion _orangcbot/extensions/nonsense.py
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,6 @@ async def screenshot(self, ctx: commands.Context, url: str):

def fetch_description_about_a_domain(self, data: Dict):
parsed_contact = {}
print(data["owner"])
for platform, username in data["owner"].items():
if platform == "username":
parsed_contact["github"] = (
Expand Down

0 comments on commit dac3df9

Please sign in to comment.