Shun Miyazawa 1 год назад
Родитель
Сommit
903570a34b
1 измененных файлов с 0 добавлено и 1 удалено
  1. 0 1
      apps/app/src/features/openai/server/services/openai.ts

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

@@ -524,7 +524,6 @@ class OpenaiService implements IOpenaiService {
   ): Promise<mongoose.FilterQuery<PageDocument>> {
   ): Promise<mongoose.FilterQuery<PageDocument>> {
 
 
     const converterdPagePathPatterns = convertPathPatternsToRegExp(pagePathPatterns);
     const converterdPagePathPatterns = convertPathPatternsToRegExp(pagePathPatterns);
-    console.log('converterdPagePathPatterns', converterdPagePathPatterns);
 
 
     // Include pages in search targets when their paths with 'Anyone with the link' permission are directly specified instead of using glob pattern
     // Include pages in search targets when their paths with 'Anyone with the link' permission are directly specified instead of using glob pattern
     const nonGrabPagePathPatterns = pagePathPatterns.filter(pagePathPattern => !isGrobPatternPath(pagePathPattern));
     const nonGrabPagePathPatterns = pagePathPatterns.filter(pagePathPattern => !isGrobPatternPath(pagePathPattern));