Skip to content

Commit 2f9c535

Browse files
committed
remove debug
1 parent f06cdf0 commit 2f9c535

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/helper/xml-elements.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,11 +99,9 @@ export default class XmlElements {
9999
}
100100

101101
addBulletList(list: []): void {
102-
XmlHelper.dump(this.element);
103102
const txBody = this.createTextBody();
104103
this.createBodyProperties(txBody);
105104
this.processList(txBody, list, 0);
106-
XmlHelper.dump(this.element);
107105
}
108106

109107
processList(txBody: XmlElement, items: [], level: number): void {

0 commit comments

Comments
 (0)