mirror of
https://github.com/unraid/api.git
synced 2026-02-18 14:08:29 -06:00
refactor(web): remove console output
This commit is contained in:
@@ -34,8 +34,6 @@ const countUp = computed<boolean>(() => {
|
||||
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,
|
||||
|
||||
Reference in New Issue
Block a user