[dev] tweak logging capability

This commit is contained in:
BigEd 2010-09-25 10:29:26 +00:00
parent 1f21f5283c
commit 40fe1e0a7a
2 changed files with 2 additions and 2 deletions

View File

@ -22,7 +22,7 @@
var ctrace = false;
var noGraphics = false;
var loglevel = 3;
var loglevel = 0;
var ridx = 0;
function recalcNodeList(list){

View File

@ -275,7 +275,7 @@ function chipStatus(){
' clearIR:' + readBit('clearIR') +
' D1x1:' + readBit('D1x1');
setStatus(machine1 + "<br>" + machine2);
if (loglevel>2 && ctrace) {
if (loglevel>2) {
console.log(machine1 + " " + machine2 + " " + machine3 + " " + machine4 + " " + machine5);
}
selectCell(ab);