Remove console.log
This commit is contained in:
		| @@ -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); | ||||
|   | ||||
| @@ -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); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user