refactor: remove console log statement

This commit is contained in:
DecafDev 2024-07-15 23:58:10 -06:00
parent 6dace1675b
commit 84f5dec8a8

View file

@ -150,7 +150,6 @@
}
function handleFavoriteChange(filePath: string, value: boolean) {
console.log("favoritePropertyChange", { filePath, value });
dispatch("favoritePropertyChange", { filePath, value });
}