remove XXX label from non-blocking feature

pull/1/head
ansuz 6 years ago
parent 05a41ad7f1
commit ed881840cd

@ -468,7 +468,7 @@ define([
};
create['migrate'] = function () {
if (true) { return; } // XXX js hint
if (true) { return; } // STUBBED until we have a reason to deploy this
// TODO
// if (!loginBlock) { return; }
// if (alreadyMigrated) { return; }

Loading…
Cancel
Save