Skip to content
This repository was archived by the owner on Mar 13, 2025. It is now read-only.

Commit 4b602b9

Browse files
committed
Fixes u-bahn-app #237
1 parent ecae1e8 commit 4b602b9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/common/es-helper.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,6 @@ function getTotalCount (total) {
269269
}
270270

271271
function escapeRegex (str) {
272-
console.log('Escape', str)
273272
return str
274273
.replace(/[\*\+\-=~><\"\?^\${}\(\)\:\!\/[\]\\\s]/g, '\\$&') // replace single character special characters
275274
.replace(/\|\|/g, '\\||') // replace ||

0 commit comments

Comments
 (0)