remove some XXX notes

This commit is contained in:
ansuz
2020-02-10 10:01:02 -05:00
parent a333531a36
commit 57be324850
3 changed files with 4 additions and 4 deletions

View File

@@ -44,7 +44,7 @@ const tryParse = function (Env, str) {
try {
return JSON.parse(str);
} catch (err) {
Env.Log.error('HK_PARSE_ERROR', err); // XXX
Env.Log.error('HK_PARSE_ERROR', err);
}
};