diff --git a/packages/gpt-runner-web/client/src/pages/chat/components/file-editor/index.tsx b/packages/gpt-runner-web/client/src/pages/chat/components/file-editor/index.tsx index ee5df4a..10d875a 100644 --- a/packages/gpt-runner-web/client/src/pages/chat/components/file-editor/index.tsx +++ b/packages/gpt-runner-web/client/src/pages/chat/components/file-editor/index.tsx @@ -38,7 +38,6 @@ export const FileEditor: FC = memo((props) => { updateFileEditorItem, removeFileEditorItem, } = useFileEditorStore() - console.log('fileEditorItems', fileEditorItems) const [isLoading, setIsLoading] = useState(false) const { mutate: saveFileToRemote, isLoading: saveFileLoading } = useMutation({ mutationFn: (params: SaveFileContentReqParams) => saveFileContent(params),