File tree Expand file tree Collapse file tree
ljswitchboard-builder/lib
ljswitchboard-electron_splash_screen/lib
ljswitchboard-splash_screen/lib Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -38,19 +38,6 @@ var q = require('q');
3838
3939global . 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');
Original file line number Diff line number Diff line change @@ -49,19 +49,6 @@ var q = require('q');
4949
5050global . 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');
Original file line number Diff line number Diff line change @@ -50,23 +50,9 @@ var q = require('q');
5050
5151global . 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-
6753if ( 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}
You can’t perform that action at this time.
0 commit comments