Skip to content
This repository has been archived by the owner on Jun 15, 2022. It is now read-only.

Commit

Permalink
Remove logs
Browse files Browse the repository at this point in the history
  • Loading branch information
moughxyz committed Oct 23, 2018
1 parent 21679ed commit acd1979
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/OptionsState.js
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,6 @@ export default class OptionsState {
}

rebuildOptions() {
console.log("Rebuilding display options");
this.displayOptions = {
archivedOnly: this.getDisplayOptionValue("archivedOnly"),
hidePreviews: this.getDisplayOptionValue("hidePreviews"),
Expand Down
1 change: 0 additions & 1 deletion src/screens/Filter.js
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,6 @@ export default class Filter extends Abstract {
}

onOptionSelect = (option) => {
console.log("option select", option);
this.options.setDisplayOptionKeyValue(option, !this.options.getDisplayOptionValue(option));
this.forceUpdate();
// this.mergeState({archivedOnly: this.options.archivedOnly});
Expand Down

0 comments on commit acd1979

Please sign in to comment.