Skip to content

Commit

Permalink
refactor(log): remove dev log
Browse files Browse the repository at this point in the history
  • Loading branch information
Mara-Li committed Nov 2, 2024
1 parent b428938 commit e18ebb3
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/events/on_delete.ts
Original file line number Diff line number Diff line change
Expand Up @@ -67,12 +67,6 @@ export const DELETE_MESSAGE = (client: EClient): void => {
if (dbUser && Object.keys(dbUser).length > 0) {
for (const [user, values] of Object.entries(dbUser)) {
for (const [index, value] of values.entries()) {
logger.info(
`checking character ${value.charName}`,
value.messageId,
messageId,
channel.id
);
const persoId: PersonnageIds = {
messageId: value.messageId[0],
channelId: value.messageId[1],
Expand Down

0 comments on commit e18ebb3

Please sign in to comment.