Skip to content

Commit

Permalink
fix(debug): remove debugger statement
Browse files Browse the repository at this point in the history
removes the unnecessary debugger statement
  • Loading branch information
zewa666 committed Oct 24, 2016
1 parent e70372c commit 1d5f312
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/i18n.js
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,6 @@ export class I18N {
node.innerHTML = this.tr(key, params);
break;
default: //normal html attribute
debugger;
if (node.au &&
node.au.controller &&
node.au.controller.viewModel &&
Expand Down

0 comments on commit 1d5f312

Please sign in to comment.