remove XXX
This commit is contained in:
@@ -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);
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user