Skip to content

Commit 2479362

Browse files
committed
remove console.log
1 parent 31cb0d8 commit 2479362

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/hooks/useMapHash.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ export function useMapHash(mapState: MapState): MapState | null {
2828
const [initialState] = useState(parseHash);
2929

3030
function onHashChange(newState: MapState) {
31-
console.log("throttledUpdateHash");
3231
const newHash = formatHash(newState);
3332
if (window.location.hash !== newHash) {
3433
window.location.hash = newHash;

0 commit comments

Comments
 (0)