diff --git a/www/settings/inner.js b/www/settings/inner.js index 9cdda9d00..e3abd389b 100644 --- a/www/settings/inner.js +++ b/www/settings/inner.js @@ -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; }