Skip to content

Commit

Permalink
review
Browse files Browse the repository at this point in the history
  • Loading branch information
ppot committed Feb 17, 2017
1 parent af2e0ca commit e2556ed
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions app/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,6 @@ const fileUriToPath = require('file-uri-to-path');
const isDev = require('electron-is-dev');

// Ours
const Keymap = resolve(__dirname, '../keymaps/darwin.json');
console.log(Keymap);
const KeymapManager = require('./keymaps/keymap-manager');
const AutoUpdater = require('./auto-updater');
const toElectronBackgroundColor = require('./utils/to-electron-background-color');
Expand Down
2 changes: 0 additions & 2 deletions app/keymaps/keymap-manager.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ module.exports = class KeymapManager {
default: return resolve(__dirname, 'darwin.json');
}
};

console.log(path());

try {
const commands = JSON.parse(readFileSync(path()));
Expand Down

0 comments on commit e2556ed

Please sign in to comment.