Browse Source

Better printing

master
Pete Shadbolt 8 years ago
parent
commit
998624c553
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      server/anders_briegel.js

+ 2
- 2
server/anders_briegel.js View File

@@ -101,7 +101,7 @@ function act_cz(a, b){


function log_graph_state() {
console.log(vops);
console.log(ngbh);
console.log(JSON.stringify(vops));
console.log(JSON.stringify(ngbh));
}


Loading…
Cancel
Save