Skip to content

Commit

Permalink
style: 콘솔 로그 삭제
Browse files Browse the repository at this point in the history
  • Loading branch information
EnvyW6567 committed Nov 28, 2024
1 parent dacdc77 commit c0cff84
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions backend/proxy-server/src/domain/proxy/proxy.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,6 @@ export class ProxyService {

return ip;
} catch (error) {
console.log('error: ', error);

if (error instanceof ProxyError) {
throw error;
}
Expand Down

0 comments on commit c0cff84

Please sign in to comment.