Skip to content

Commit

Permalink
Revert "+debug"
Browse files Browse the repository at this point in the history
This reverts commit 83daee0.
  • Loading branch information
metal0 authored Nov 26, 2023
1 parent 83daee0 commit e36910b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion backend/src/plugins/Mutes/functions/muteUser.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ export async function muteUser(
const muteType = getDefaultMuteType(pluginData);
const muteExpiresAt = muteTime ? Date.now() + muteTime : null;
const timeoutUntil = getTimeoutExpiryTime(muteExpiresAt);
console.log("timeoutUntil", timeoutUntil, muteTime);

// No mod specified -> mark Zeppelin as the mod
if (!muteOptions.caseArgs?.modId) {
Expand Down

0 comments on commit e36910b

Please sign in to comment.