Skip to content

Commit

Permalink
minor delete unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
mahhov committed Mar 23, 2019
1 parent 1095bcf commit 99e6b0d
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
12 changes: 6 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"googleapis": "^38.0.0"
},
"devDependencies": {
"electron": "^5.0.0-beta.5",
"electron": "^5.0.0-beta.6",
"electron-builder": "^20.39.0"
},
"repository": {
Expand Down
2 changes: 0 additions & 2 deletions src/base/keySender/KeySenderLinux.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ const path = require('path');
const {spawn} = require("child_process");

class KeySender extends KeySenderBase {
static KEY_MAP = createKeyMap();

spawnProcess() {
return spawn(path.join(__dirname, './keySender.sh'));
}
Expand Down
2 changes: 2 additions & 0 deletions src/poePricer/unlocker/unlockCodeFetcher.js
Original file line number Diff line number Diff line change
Expand Up @@ -142,3 +142,5 @@ let decode64 = encoded64 =>
Buffer.from(encoded64, 'base64').toString();

module.exports = {refreshToken, fetch};

// todo return to stable electron version to avoid crash when making http request

0 comments on commit 99e6b0d

Please sign in to comment.