Skip to content

Commit

Permalink
SHIBUI-1014 removed console log
Browse files Browse the repository at this point in the history
  • Loading branch information
rmathis committed Nov 27, 2018
1 parent 2541514 commit f1eab0a
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,6 @@ export class ProviderEditComponent implements OnDestroy, CanComponentDeactivate
return of(true);
}
const diff = this.diffService.updatedDiff(this.provider, this.latest);
console.log(diff, this.provider, this.latest);
if (diff && Object.keys(diff).length > 0) {
let modal = this.modalService.open(UnsavedEntityComponent);
modal.result.then(
Expand Down

0 comments on commit f1eab0a

Please sign in to comment.