remove XXX label from non-blocking feature

This commit is contained in:
ansuz 2018-07-16 17:08:16 +02:00
parent 05a41ad7f1
commit ed881840cd

View file

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