mirror of
https://github.com/unraid/api.git
synced 2026-04-23 15:51:24 -05:00
chore(web): remove console debugs
This commit is contained in:
@@ -46,7 +46,9 @@ const trialStatusCopy = computed((): TrialStatusCopy | null => {
|
||||
});
|
||||
|
||||
const close = () => {
|
||||
if (trialStatus.value === 'trialStart') { return console.debug('[close] not allowed'); }
|
||||
if (trialStatus.value === 'trialStart') {
|
||||
return;
|
||||
}
|
||||
trialStore.setTrialStatus('ready');
|
||||
};
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user