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