diff --git a/www/checkup/main.js b/www/checkup/main.js index d730d34c0..5e3d0ccfd 100644 --- a/www/checkup/main.js +++ b/www/checkup/main.js @@ -1159,6 +1159,7 @@ define([ // check if they provide legal data assert(function (cb, msg) { + if (true) { return void cb(true); } // XXX stubbed while we determine whether this is necessary if (ApiConfig.restrictRegistration) { return void cb(true); } var url = Pages.customURLs.imprint;