Skip to content

Commit

Permalink
Remove unnecessary bound functions
Browse files Browse the repository at this point in the history
  • Loading branch information
lgeiger committed Nov 21, 2016
1 parent ace1d18 commit d33051e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/kernel-manager.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ import KernelPicker from './kernel-picker';

export default class KernelManager {
constructor() {
this.getAllKernelSpecs = this.getAllKernelSpecs.bind(this);
this.getKernelSpecsFromJupyter = this.getKernelSpecsFromJupyter.bind(this);
this._runningKernels = {};
this._kernelSpecs = this.getKernelSpecsFromSettings();
}
Expand Down

0 comments on commit d33051e

Please sign in to comment.