diff --git a/www/common/common-ui-elements.js b/www/common/common-ui-elements.js index cf1366714..bd9cb784a 100644 --- a/www/common/common-ui-elements.js +++ b/www/common/common-ui-elements.js @@ -2702,7 +2702,6 @@ define([ var dontShowAgain = function () { var until = (+new Date()) + (7 * 24 * 3600 * 1000); // 7 days from now - until = (+new Date()) + 30000; // XXX 30s from now if (data.drive) { common.setAttribute(['drive', 'trim'], until); return; diff --git a/www/common/sframe-common.js b/www/common/sframe-common.js index c665f2ec6..7a28f7f79 100644 --- a/www/common/sframe-common.js +++ b/www/common/sframe-common.js @@ -290,7 +290,6 @@ define([ var priv = ctx.metadataMgr.getPrivateData(); var limit = 100 * 1024 * 1024; // 100MB - limit = 100 * 1024; // XXX 100KB var owned; nThen(function (w) {