mirror of
https://github.com/decaf-dev/obsidian-vault-explorer.git
synced 2026-07-22 10:10:31 +00:00
refactor: remove console log statement
This commit is contained in:
parent
6dace1675b
commit
84f5dec8a8
1 changed files with 0 additions and 1 deletions
|
|
@ -150,7 +150,6 @@
|
|||
}
|
||||
|
||||
function handleFavoriteChange(filePath: string, value: boolean) {
|
||||
console.log("favoritePropertyChange", { filePath, value });
|
||||
dispatch("favoritePropertyChange", { filePath, value });
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue