Removed coin switch debug

This commit is contained in:
Andrea Baccega 2014-03-14 21:58:21 +00:00
parent 5b3c12508e
commit ef95233a1f

View File

@ -50,7 +50,7 @@ if (cluster.isWorker){
} }
return; return;
} else { } /* else {
var coinNames = ['alphacoin','frankocoin','emerald','kittehcoin']; var coinNames = ['alphacoin','frankocoin','emerald','kittehcoin'];
var curIndex = 0; var curIndex = 0;
setInterval(function () { setInterval(function () {
@ -61,7 +61,7 @@ if (cluster.isWorker){
cluster.workers[id].send(ipcMessage); cluster.workers[id].send(ipcMessage);
}); });
}, 20000); }, 20000);
} } */