From 63f4faf9e69cfb056e633ef784f1ccde70b8e75c Mon Sep 17 00:00:00 2001
From: Tim Mickel <tmickel@mit.edu>
Date: Fri, 5 Sep 2014 15:24:02 -0400
Subject: [PATCH] Remove references to proxy in IO.js

---
 js/IO.js | 4 ----
 1 file changed, 4 deletions(-)

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/';