Remove console.log
This commit is contained in:
parent
b53817ced7
commit
9d470eed7d
@ -74,7 +74,6 @@ function argumentParser(format, string) {
|
|||||||
return a.offset < b.offset ? -1 : 1;
|
return a.offset < b.offset ? -1 : 1;
|
||||||
});
|
});
|
||||||
|
|
||||||
console.log(format);
|
|
||||||
var regex = new RegExp(format);
|
var regex = new RegExp(format);
|
||||||
|
|
||||||
var matched = regex.exec(string).slice(1);
|
var matched = regex.exec(string).slice(1);
|
||||||
|
@ -62,7 +62,6 @@ export default function argumentParser(format, string) {
|
|||||||
return a.offset < b.offset ? -1 : 1;
|
return a.offset < b.offset ? -1 : 1;
|
||||||
});
|
});
|
||||||
|
|
||||||
console.log(format);
|
|
||||||
const regex = new RegExp(format);
|
const regex = new RegExp(format);
|
||||||
|
|
||||||
const matched = regex.exec(string).slice(1);
|
const matched = regex.exec(string).slice(1);
|
||||||
|
Loading…
Reference in New Issue
Block a user