Skip to content

Commit

Permalink
chore: remove console
Browse files Browse the repository at this point in the history
  • Loading branch information
Seung-o committed Jan 23, 2024
1 parent 47c4ee0 commit 5c02da8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/users/services/user-profile.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ export class UserProfileService {
constructor(@InjectModel(User.name) private readonly userModel: Model<UserDocument>) {
this.adjectives = adjectives;
this.nouns = nouns;
console.log(this.adjectives);
}

async generateName() {
Expand Down

0 comments on commit 5c02da8

Please sign in to comment.