Skip to content
This repository has been archived by the owner on Dec 16, 2024. It is now read-only.

Commit

Permalink
fix: remove console log
Browse files Browse the repository at this point in the history
  • Loading branch information
jspark2000 committed Mar 1, 2024
1 parent 45ed30f commit 1d7d3de
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion aws/royals/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,5 @@ variable "cdn_base_url" {

variable "aws_cdn_bucket_name" {
type = string
default = "royals-cdn-bucket"
default = "skku-royals-cdn-bucket"
}
2 changes: 0 additions & 2 deletions backend/app/src/user/user.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,6 @@ export class UserService {
)
}

console.log(userWithProfile)

return userWithProfile
} catch (error) {
if (
Expand Down

0 comments on commit 1d7d3de

Please sign in to comment.