From 8611b53ad34ff392c1aefc034ffb79babc24ddbe Mon Sep 17 00:00:00 2001 From: Ritchie Martori Date: Tue, 25 Sep 2012 12:18:52 -0700 Subject: [PATCH] removed unnecessary resource store --- lib/resources/internal-resources.js | 1 - test-app/.dpd/deployments.json | 1 - 2 files changed, 2 deletions(-) delete mode 100644 test-app/.dpd/deployments.json diff --git a/lib/resources/internal-resources.js b/lib/resources/internal-resources.js index 941a4c3..0872050 100644 --- a/lib/resources/internal-resources.js +++ b/lib/resources/internal-resources.js @@ -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; diff --git a/test-app/.dpd/deployments.json b/test-app/.dpd/deployments.json deleted file mode 100644 index 31f4424..0000000 --- a/test-app/.dpd/deployments.json +++ /dev/null @@ -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"}} \ No newline at end of file