From 6effd783c0423cf24b61238fab3d1e0583c870d5 Mon Sep 17 00:00:00 2001 From: caranicas Date: Mon, 26 Sep 2022 16:53:13 -0400 Subject: [PATCH] wip --- .../creationPanel/basicCreation/makeButton/index.tsx | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/ui/frontend/build_src/src/components/organisms/creationPanel/basicCreation/makeButton/index.tsx b/ui/frontend/build_src/src/components/organisms/creationPanel/basicCreation/makeButton/index.tsx index c4fc06d2..5ae1fbb3 100644 --- a/ui/frontend/build_src/src/components/organisms/creationPanel/basicCreation/makeButton/index.tsx +++ b/ui/frontend/build_src/src/components/organisms/creationPanel/basicCreation/makeButton/index.tsx @@ -229,8 +229,6 @@ export default function MakeButton() { // potentially update the seed await startStream(id, options); } - console.log('USE EFFECT', hasQueue); - console.log('status', status); if (status === FetchingStates.PROGRESSING || status === FetchingStates.FETCHING) { return; @@ -246,15 +244,6 @@ export default function MakeButton() { }, [hasQueue, status, id, options, startStream]); - // useEffect(() => { - // // if the status is complete we can remove the image from the queue - // if (status === FetchingStates.COMPLETE) { - // // debugger; - // removeFirstInQueue(); - // } - // }, [removeFirstInQueue, status]); - - return (