Skip to content

Commit

Permalink
fix: remove debugger flag
Browse files Browse the repository at this point in the history
  • Loading branch information
evaneus committed Jul 26, 2019
1 parent c53830a commit 1cf1c2a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/pie-author/pie-author.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,6 @@ export class Author {

@Watch('config')
async watchConfig(newValue, oldValue) {
debugger;
if (newValue && !_isEqual(newValue,oldValue)) {
try {
this.elementsLoaded = false;
Expand Down

0 comments on commit 1cf1c2a

Please sign in to comment.