Skip to content

Commit

Permalink
fix(#36): console.log 제거
Browse files Browse the repository at this point in the history
  • Loading branch information
kimhji committed Feb 6, 2025
1 parent e7c1e76 commit 3eaaada
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion server/src/ai/ai.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,6 @@ export class AIService {
if (resLength > AIConfig.LIMITLENGTH || resLength <= 0) {
result = '요약 데이터가 유효하지 않습니다.';
}
console.log('응답 데이터:', result);
return result;
} catch (error) {
console.error('에러 발생:', error);
Expand Down

0 comments on commit 3eaaada

Please sign in to comment.