Shun Miyazawa hace 1 año
padre
commit
87c5b68443
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      apps/app/src/features/openai/server/services/openai.ts

+ 0 - 1
apps/app/src/features/openai/server/services/openai.ts

@@ -562,7 +562,6 @@ class OpenaiService implements IOpenaiService {
   }
 
   async updateVectorStoreFileOnPageUpdate(page: HydratedDocument<PageDocument>) {
-    console.log('this', this);
     const aiAssistants = await this.findAiAssistantByPagePath([page.path], { shouldPopulateVectorStore: true });
 
     if (aiAssistants.length === 0) {