Ver código fonte

Better printing

master
Pete Shadbolt 8 anos atrás
pai
commit
998624c553
1 arquivos alterados com 2 adições e 2 exclusões
  1. +2
    -2
      server/anders_briegel.js

+ 2
- 2
server/anders_briegel.js Ver arquivo

@@ -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));
}


Carregando…
Cancelar
Salvar