diff --git a/js/IO.js b/js/IO.js index 827ddb3..68f54f6 100644 --- a/js/IO.js +++ b/js/IO.js @@ -24,10 +24,6 @@ var IO = function() { this.data = null; - // In production, simply use the local path (no proxy) - // since we won't be hampered by the same-origin policy. - this.base = 'proxy.php?resource=internalapi/'; - //this.base = 'http://scratch.mit.edu/internalapi/'; // Final base this.project_base = 'http://projects.scratch.mit.edu/internalapi/project/'; this.project_suffix = '/get/'; this.asset_base = 'http://cdn.scratch.mit.edu/internalapi/asset/';