From 18c12d2d6a0dccc191c61bfcd26ce03d9396fbef Mon Sep 17 00:00:00 2001 From: askiiart Date: Tue, 5 Sep 2023 20:13:08 -0500 Subject: [PATCH] Remove debug line --- neural.py | 1 - 1 file changed, 1 deletion(-) diff --git a/neural.py b/neural.py index c2bff98..05e570b 100644 --- a/neural.py +++ b/neural.py @@ -79,7 +79,6 @@ async def Generate(prompt, channel, count=2, negativePrompt = "",size="square"): data2 = response2.json() if data2["status"]["isReady"]: - print("Awesome! Debugging!") links = [] view = ViewWithButton(parameter=channel,p2=prompt) # Establish an instance of the discord.ui.View class