Skip to content

Commit

Permalink
Disable roboticscape for now
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason Kridner committed Mar 1, 2018
1 parent a8c2168 commit 9221fee
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ var epoll = my.require('epoll');
var autorun = require('./autorun');
var server = require('./server');
var socketHandlers = require('./socket_handlers');
var rc = require('./rc');
//var rc = require('./rc');

var debug = process.env.DEBUG ? true : false;

Expand Down Expand Up @@ -585,9 +585,9 @@ for(var x in server) {
for(var x in socketHandlers) {
exports[x] = socketHandlers[x];
}
for(var x in rc) {
/*for(var x in rc) {
exports[x] = rc[x];
}
}*/

var alreadyRan = false;
function run() {
Expand Down

0 comments on commit 9221fee

Please sign in to comment.