missed debug statement.
This commit is contained in:
parent
f3746b27e7
commit
059c4a72a0
3 changed files with 2 additions and 3 deletions
|
|
@ -55,7 +55,6 @@ var assemblerConstructors = {
|
|||
for (var i = 0; i < regexList.length; i++) {
|
||||
var regex = new RegExp(regexList[i],'gm');
|
||||
var regexReplace = regexData[regexList[i]];
|
||||
console.log('regex: \''+regex+'\' replace: \''+regexReplace+'\'');
|
||||
data = data.replace(regex,regexReplace);
|
||||
}
|
||||
callback(null, data);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue