diff --git a/chipsim.js b/chipsim.js index 2156a90..00cf228 100644 --- a/chipsim.js +++ b/chipsim.js @@ -22,7 +22,7 @@ var ctrace = false; var noGraphics = false; -var loglevel = 3; +var loglevel = 0; var ridx = 0; function recalcNodeList(list){ diff --git a/macros.js b/macros.js index 2526c18..b936397 100644 --- a/macros.js +++ b/macros.js @@ -275,7 +275,7 @@ function chipStatus(){ ' clearIR:' + readBit('clearIR') + ' D1x1:' + readBit('D1x1'); setStatus(machine1 + "
" + machine2); - if (loglevel>2 && ctrace) { + if (loglevel>2) { console.log(machine1 + " " + machine2 + " " + machine3 + " " + machine4 + " " + machine5); } selectCell(ab);