removed unnecessary resource store

This commit is contained in:
Ritchie Martori
2012-09-25 12:18:52 -07:00
parent 3f47bb55d2
commit 8611b53ad3
2 changed files with 0 additions and 2 deletions

View File

@@ -27,7 +27,6 @@ var fs = require('fs')
function InternalResources(settings, server) {
settings.configPath = settings.configPath || './';
Resource.apply(this, arguments);
this.store = server && server.createStore && server.createStore('resources');
this.server = server;
// internal resource
this.internal = true;

View File

@@ -1 +0,0 @@
{"test-app.deploydapp.com":{"subdomain":"abcdefg"},"foo":"bar","abcdefg.deploydapp.com":{"remote":"deploydapp.com","path":"/Users/skawful/Dropbox/node_modules/deployd/test-app","name":"abcdefg","subdomain":"abcdefg","user":"ritch"},"ritch.deploydapp.com":{"remote":"deploydapp.com","path":"/Users/skawful/Dropbox/node_modules/deployd/test-app","name":"ritch","subdomain":"ritch","user":"test-app"}}