commit unchecked files
diff --git a/planetstack/core/static/shell/opencloud.js b/planetstack/core/static/shell/opencloud.js
index 7166abf..7b39308 100644
--- a/planetstack/core/static/shell/opencloud.js
+++ b/planetstack/core/static/shell/opencloud.js
@@ -55,11 +55,6 @@
     this.__str__ = function() { return '["all", "filter", "get"]' };
 }
 
-//function Slices() {
-//    this.listAll = function() { return opencloud_data["slices"] }
-//    this.__str__ = function() { return '["listAll"]'; }
-//}
-
 function OpenCloud() {
     this.slices = new OpenCloudModel("slices");
     this.slivers = new OpenCloudModel("slivers");