Allow dynamic debugging

This commit is contained in:
Frank A. Krueger 2017-11-09 17:39:00 -08:00
parent d7cdc88a3e
commit a3afe816a7
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
const debug = false; var debug = false;
const nodes = {}; const nodes = {};