remove XXX label from non-blocking feature
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…
Reference in New Issue