Skip to content

Commit

Permalink
SHIBUI-1013 Removed console logs
Browse files Browse the repository at this point in the history
  • Loading branch information
rmathis committed Nov 27, 2018
1 parent a50380f commit 610c797
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ export class NewFilterComponent implements OnDestroy, OnInit {
this.statusChangeEmitted$
.pipe(takeUntil(this.ngUnsubscribe))
.subscribe(valid => {
console.log(valid);
this.isValid = valid.value ? valid.value.length === 0 : true;
});

Expand Down

0 comments on commit 610c797

Please sign in to comment.