remove XXX

This commit is contained in:
ansuz
2020-02-10 11:21:04 -05:00
parent 0c2e5d14b3
commit 1231cacef1
4 changed files with 8 additions and 5 deletions

View File

@@ -81,7 +81,8 @@ Quota.updateCachedLimits = function (Env, cb) {
req.on('error', function (e) {
Quota.applyCustomLimits(Env);
if (!Env.domain) { return cb(); } // XXX
// FIXME this is always falsey. Maybe we just suppress errors?
if (!Env.domain) { return cb(); }
cb(e);
});