Skip to content

Commit bf7377e

Browse files
committed
removed not in use dump function
1 parent d400aa8 commit bf7377e

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

src/index.ts

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -84,13 +84,6 @@ window.onpopstate = function (_event: any) {
8484
)
8585
}
8686

87-
// It's not clear where this function is used, so unfortunately we cannot remove it:
88-
function dump (msg: string[]) {
89-
console.log(msg.slice(0, -1))
90-
}
91-
92-
global.dump = dump
93-
9487
export {
9588
versionInfo
9689
}

0 commit comments

Comments
 (0)