removed deployment tests

This commit is contained in:
Ritchie Martori
2012-08-14 10:57:12 -07:00
parent dc4e6f43a6
commit 768aa588a8
4 changed files with 172 additions and 173 deletions

View File

@@ -31,7 +31,7 @@ function InternalResources(settings, server) {
this.server = server;
// internal resource
this.internal = true;
debug('constructed')
debug('constructed');
}
util.inherits(InternalResources, Resource);
module.exports = InternalResources;