Remove debug line

This commit is contained in:
askiiart 2023-09-05 20:13:08 -05:00
parent 5f04bb2ce3
commit 18c12d2d6a
No known key found for this signature in database
GPG key ID: 85505F3A2264FA01

View file

@ -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