Browse Source

rm debug logger

Shun Miyazawa 1 năm trước cách đây
mục cha
commit
c5e77c2469

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

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