Skip to content
This repository was archived by the owner on Feb 6, 2024. It is now read-only.

Commit

Permalink
feat(#228): remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
peterpeterparker committed Nov 1, 2019
1 parent a31d083 commit 20f38bb
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions remote/src/app/components/app-notes/app-notes.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,6 @@ export class AppNotes {

private initPortrait() {
this.portrait = window.matchMedia('(orientation: portrait)').matches;

console.log(this.portrait);
}

render() {
Expand Down
2 changes: 0 additions & 2 deletions remote/src/app/pages/app-settings/app-settings.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@ export class AppSettings {
private selectTab($event: CustomEvent) {
if ($event && $event.detail) {
this.tab = $event.detail.value;

console.log(this.tab);
}
}

Expand Down

0 comments on commit 20f38bb

Please sign in to comment.