Skip to content

Commit 95fbb0c

Browse files
committed
remove debugging message
1 parent b99b23a commit 95fbb0c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/utils/url.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -220,8 +220,6 @@ const getUpdatedHashParams = (updates: UrlHashParamUpdatesType) => {
220220
}
221221
}
222222

223-
console.log(newHashParams.toString());
224-
225223
return newHashParams.toString();
226224
};
227225

0 commit comments

Comments
 (0)