0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-05-07 16:38:38 +00:00

Remove unnecessary console.log

This commit is contained in:
G.Ambatte
2026-04-05 21:41:39 +12:00
parent af98694e48
commit 01a9950d7c
@@ -273,7 +273,6 @@ const BrewRenderer = (props)=>{
scrollToHash(window.location.hash);
navigation.addEventListener('navigate', (e)=>{
console.log(e);
if(e.hashChange && e.destination.sameDocument){
const dest = e.destination.url.slice(e.destination.url.indexOf('#'));
scrollToHash(dest);