mirror of
https://github.com/BorysLevytskyi/BitwiseCmd.git
synced 2026-01-16 08:52:41 +01:00
disabled console logging of build templates
This commit is contained in:
@@ -47,7 +47,7 @@
|
||||
sb.push("\treturn html.join('');");
|
||||
sb.push('}');
|
||||
sb.push('})()');
|
||||
console.log(eval(sb.join('\r\n')).toString());
|
||||
//console.log(eval(sb.join('\r\n')).toString());
|
||||
return eval(sb.join('\r\n'));
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user