commit | 3c263814840bd9b8a3575e1c976b36898dfbaaeb | [log] [tgz] |
---|---|---|
author | Jeff Thompson <jeff@thefirst.org> | Sat Dec 01 17:20:28 2012 -0800 |
committer | Jeff Thompson <jeff@thefirst.org> | Sat Dec 01 17:20:28 2012 -0800 |
tree | 91f99d575cf4c6f0051755759ccf00ec10c5ca4f | |
parent | 1e625367d20a983c9853f77fe382f50b08c3eb69 [diff] [blame] |
For status log messages, use LOG > 3.
diff --git a/js/NDN.js b/js/NDN.js index dd34c0d..b375802 100644 --- a/js/NDN.js +++ b/js/NDN.js
@@ -4,7 +4,7 @@ * This class represents the top-level object for communicating with an NDN host. */ -var LOG = 3; +var LOG = 0; /** * settings is an associative array with the following defaults: