Skip to content

Commit

Permalink
Removed log
Browse files Browse the repository at this point in the history
  • Loading branch information
coinmoles committed Dec 21, 2023
1 parent 14740d8 commit 6a556c0
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions src/commands/missionGive/viewMissionList/operations.ts
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,6 @@ const doReply = async (interaction: ChatInputCommandInteraction, target: User |
}
const [missionUniversal, missionSpecific] = missions

console.log(missionSpecific.size);

replyEmbed = new EmbedBuilder(viewMissionListEmbedPrototype.toJSON())
.setTitle(`${target.displayName}의 승격 조건 : ${interaction.user.displayName}`)
.addFields({ name: "달성 현황", value: createProgressString(progress.currentScore, progress.goalScore), inline: false })
Expand Down
1 change: 0 additions & 1 deletion src/events/interactionCreateEvent.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ const callback: InteractionOperation = async interaction => {
return

if (isTesting) {
console.log("what")
if (!await checkDeveloper(interaction))
return
}
Expand Down

0 comments on commit 6a556c0

Please sign in to comment.