Remove console.log

This commit is contained in:
Mahdi Dibaiee 2015-07-06 04:52:10 +04:30
parent b53817ced7
commit 9d470eed7d
2 changed files with 0 additions and 2 deletions

View File

@ -74,7 +74,6 @@ function argumentParser(format, string) {
return a.offset < b.offset ? -1 : 1;
});
console.log(format);
var regex = new RegExp(format);
var matched = regex.exec(string).slice(1);

View File

@ -62,7 +62,6 @@ export default function argumentParser(format, string) {
return a.offset < b.offset ? -1 : 1;
});
console.log(format);
const regex = new RegExp(format);
const matched = regex.exec(string).slice(1);