Skip to content

Commit

Permalink
fix(blipInput): Removed console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
samwx committed Jul 18, 2019
1 parent 58e1e92 commit 306bce2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/components/blipInput/blipInput.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,6 @@ class BlipInputController extends ComponentController {
label: label ? label.currentValue : undefined,
model: model ? model.currentValue : undefined,
});
console.log(Object.keys(relevantChanges));
console.log(relevantChanges);

if (this.blipInputInstance) {
this.blipInputInstance.render(relevantChanges);
Expand Down

0 comments on commit 306bce2

Please sign in to comment.