Skip to content

Commit fdb6055

Browse files
author
rolsen
committed
Removed unreferenced function.
1 parent c621ff2 commit fdb6055

3 files changed

Lines changed: 1 addition & 41 deletions

File tree

  • ljswitchboard-builder/lib
  • ljswitchboard-electron_splash_screen/lib
  • ljswitchboard-splash_screen/lib

ljswitchboard-builder/lib/index.js

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -38,19 +38,6 @@ var q = require('q');
3838

3939
global.ljswitchboard = {};
4040

41-
function initIOManager() {
42-
var io_manager = require('../../ljswitchboard-io_manager');
43-
var io_interface = io_manager.io_interface();
44-
45-
console.log(Object.keys(io_manager));
46-
console.log('initializing interface');
47-
io_interface.initialize()
48-
.then(function(res) {
49-
console.log('Initialized', res);
50-
}, function(err) {
51-
console.log('failed', err);
52-
});
53-
}
5441
// Require the package loader
5542
// Load the local repository for development purposes
5643
// console.log('Loading Dev version of the package_loader');

ljswitchboard-electron_splash_screen/lib/index.js

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -49,19 +49,6 @@ var q = require('q');
4949

5050
global.ljswitchboard = {};
5151

52-
function initIOManager() {
53-
var io_manager = require('../../ljswitchboard-io_manager');
54-
var io_interface = io_manager.io_interface();
55-
56-
console.log(Object.keys(io_manager));
57-
console.log('initializing interface');
58-
io_interface.initialize()
59-
.then(function(res) {
60-
console.log('Initialized', res);
61-
}, function(err) {
62-
console.log('failed', err);
63-
});
64-
}
6552
// Require the package loader
6653
// Load the local repository for development purposes
6754
// console.log('Loading Dev version of the package_loader');

ljswitchboard-splash_screen/lib/index.js

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -50,23 +50,9 @@ var q = require('q');
5050

5151
global.ljswitchboard = {};
5252

53-
function initIOManager() {
54-
var io_manager = require('../../ljswitchboard-io_manager');
55-
var io_interface = io_manager.io_interface();
56-
57-
console.log(Object.keys(io_manager));
58-
console.log('initializing interface');
59-
io_interface.initialize()
60-
.then(function(res) {
61-
console.log('Initialized', res);
62-
}, function(err) {
63-
console.log('failed', err);
64-
});
65-
}
66-
6753
if(ENABLE_BREAKS_TO_DEV_NW_31) {
6854
// 9/19/2018, this is just before where the app breaks w/ NW 31.
69-
console.log('Defined initIOManager()');
55+
console.log('ENABLE_BREAKS_TO_DEV_NW_31 pre ljswitchboard-package_loader');
7056
// TODO: Delete Me.
7157
// throw new Error();
7258
}

0 commit comments

Comments
 (0)