소스 검색

chore: remove openai log from google api handler

Fred Liang 2 년 전
부모
커밋
aea794e522
1개의 변경된 파일0개의 추가작업 그리고 4개의 파일을 삭제
  1. 0 4
      app/api/google/[...path]/route.ts

+ 0 - 4
app/api/google/[...path]/route.ts

@@ -31,10 +31,6 @@ async function handle(
 
   console.log("[Proxy] ", path);
   console.log("[Base Url]", baseUrl);
-  // this fix [Org ID] undefined in server side if not using custom point
-  if (serverConfig.openaiOrgId !== undefined) {
-    console.log("[Org ID]", serverConfig.openaiOrgId);
-  }
 
   const timeoutId = setTimeout(
     () => {