fix: refs #6643 remove console log
gitea/salix-front/pipeline/head This commit looks good Details

This commit is contained in:
Jorge Penadés 2024-01-10 14:36:30 +01:00
parent 315c089936
commit fb4c371371
1 changed files with 0 additions and 1 deletions

View File

@ -36,7 +36,6 @@ export const useStateStore = defineStore('stateStore', () => {
} }
function isSubToolbarShown() { function isSubToolbarShown() {
console.log('ye', subToolbar.value);
return subToolbar.value; return subToolbar.value;
} }