Skip to content

Commit

Permalink
Cleanup comment
Browse files Browse the repository at this point in the history
  • Loading branch information
richardfrost committed Jul 20, 2018
1 parent 19dec58 commit d98616c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion dist/optionPage.js
Original file line number Diff line number Diff line change
Expand Up @@ -371,7 +371,6 @@ class OptionPage {
return __awaiter(this, void 0, void 0, function* () {
let self = this;
yield OptionPage.load(self);
// migrateWordList(); // TODO: Migrate wordList
// console.log('Password:', cfg.password, 'Authenticated:', authenticated); // DEBUG Password
if (self.cfg.password && !self.auth.authenticated) {
// console.log('Prompt for password'); // DEBUG Password
Expand Down
2 changes: 0 additions & 2 deletions src/optionPage.ts
Original file line number Diff line number Diff line change
Expand Up @@ -147,8 +147,6 @@ class OptionPage {
let self = this;
await OptionPage.load(self);

// migrateWordList(); // TODO: Migrate wordList

// console.log('Password:', cfg.password, 'Authenticated:', authenticated); // DEBUG Password
if (self.cfg.password && !self.auth.authenticated) {
// console.log('Prompt for password'); // DEBUG Password
Expand Down

0 comments on commit d98616c

Please sign in to comment.