start reviewing and removing XXX notes

This commit is contained in:
ansuz
2020-03-24 13:03:49 -04:00
parent 64596b8097
commit 90899aa2f4
3 changed files with 4 additions and 9 deletions

View File

@@ -22,11 +22,7 @@ const init = function (config, cb) {
};
const tryParse = function (Env, str) {
try {
return JSON.parse(str);
} catch (err) {
// XXX
}
try { return JSON.parse(str); } catch (err) { }
};
/* computeIndex