diff --git a/src/components/pie-author/pie-author.tsx b/src/components/pie-author/pie-author.tsx index 60f50bd..888bbc9 100644 --- a/src/components/pie-author/pie-author.tsx +++ b/src/components/pie-author/pie-author.tsx @@ -83,7 +83,6 @@ export class Author { @Watch('config') async watchConfig(newValue, oldValue) { - debugger; if (newValue && !_isEqual(newValue,oldValue)) { try { this.elementsLoaded = false;