Skip to content
Snippets Groups Projects
Verified Commit 3be8499c authored by Jan Loewe's avatar Jan Loewe :speech_balloon:
Browse files

fix(text block): remove console log

parent a337bd3c
No related branches found
No related tags found
No related merge requests found
...@@ -28,8 +28,6 @@ export class TextBlock extends XMLElement { ...@@ -28,8 +28,6 @@ export class TextBlock extends XMLElement {
return prev; return prev;
}); });
console.log(grouped);
this.content.push(grouped); this.content.push(grouped);
return grouped; return grouped;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment