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:
@@ -273,7 +273,6 @@ const BrewRenderer = (props)=>{
|
|||||||
scrollToHash(window.location.hash);
|
scrollToHash(window.location.hash);
|
||||||
|
|
||||||
navigation.addEventListener('navigate', (e)=>{
|
navigation.addEventListener('navigate', (e)=>{
|
||||||
console.log(e);
|
|
||||||
if(e.hashChange && e.destination.sameDocument){
|
if(e.hashChange && e.destination.sameDocument){
|
||||||
const dest = e.destination.url.slice(e.destination.url.indexOf('#'));
|
const dest = e.destination.url.slice(e.destination.url.indexOf('#'));
|
||||||
scrollToHash(dest);
|
scrollToHash(dest);
|
||||||
|
|||||||
Reference in New Issue
Block a user