diff --git a/web/components/UserProfile/UptimeExpire.vue b/web/components/UserProfile/UptimeExpire.vue index 1928b4156..00014e899 100644 --- a/web/components/UserProfile/UptimeExpire.vue +++ b/web/components/UserProfile/UptimeExpire.vue @@ -34,8 +34,6 @@ const countUp = computed(() => { return state.value !== 'TRIAL' && state.value !== 'ENOCONN'; }); -console.debug('[useDateTimeHelper] params', dateTimeFormat.value, props.t, false, time.value, countUp.value); - const { outputDateTimeReadableDiff: readableDiff, outputDateTimeFormatted: formatted,