Răsfoiți Sursa

rm debug logger

Shun Miyazawa 1 an în urmă
părinte
comite
c5e77c2469

+ 0 - 2
apps/app/src/client/components/PageControls/RagSearchButton.tsx

@@ -10,8 +10,6 @@ const RagSearchButton = (): JSX.Element => {
   const { data: isAiEnabled } = useIsAiEnabled();
   const { open: openRagSearchModal } = useRagSearchModal();
 
-  console.log('isAiEnabled', isAiEnabled);
-
   const ragSearchButtonClickHandler = useCallback(() => {
     openRagSearchModal();
   }, [openRagSearchModal]);