Skip to content

Commit

Permalink
fix: remove debugger statament (#845)
Browse files Browse the repository at this point in the history
  • Loading branch information
jodarove authored and diervo committed Nov 19, 2018
1 parent c9d1809 commit 6c1ce57
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -146,8 +146,6 @@ describe('synthetic shadow', () => {
tmpl: 0,
};

debugger;

const elm = createElement('x-cmp', { is: Component });
elm.tmpl = tmpl1;
document.body.appendChild(elm);
Expand Down

0 comments on commit 6c1ce57

Please sign in to comment.