commit unchecked files
authorScott Baker <smbaker@gmail.com>
Fri, 29 Aug 2014 00:28:46 +0000 (17:28 -0700)
committerScott Baker <smbaker@gmail.com>
Fri, 29 Aug 2014 00:28:46 +0000 (17:28 -0700)
planetstack/core/static/shell/opencloud.js

index 7166abf..7b39308 100644 (file)
@@ -55,11 +55,6 @@ function OpenCloudModel(name) {
     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");