Removed coin switch debug

This commit is contained in:
Andrea Baccega 2014-03-14 21:58:21 +00:00
parent 5b3c12508e
commit ef95233a1f
1 changed files with 2 additions and 2 deletions

View File

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