Disable console output for text formatter
This commit is contained in:
parent
1c3c5461d5
commit
f3ab15d374
@ -28,7 +28,7 @@ class FormatterText {
|
||||
});
|
||||
lines.forEach(textLine => {
|
||||
const txtLineOut = this.formatTextLine(textLine);
|
||||
console.log(txtLineOut);
|
||||
// console.log(txtLineOut);
|
||||
txtObjOut += txtLineOut + '\n';
|
||||
});
|
||||
return txtObjOut;
|
||||
|
Loading…
Reference in New Issue
Block a user