summaryrefslogtreecommitdiffstats
path: root/utils/test/vnfcatalogue/VNF_Catalogue/bin/www
diff options
context:
space:
mode:
Diffstat (limited to 'utils/test/vnfcatalogue/VNF_Catalogue/bin/www')
-rw-r--r--utils/test/vnfcatalogue/VNF_Catalogue/bin/www9
1 files changed, 0 insertions, 9 deletions
diff --git a/utils/test/vnfcatalogue/VNF_Catalogue/bin/www b/utils/test/vnfcatalogue/VNF_Catalogue/bin/www
deleted file mode 100644
index 3cfbf7796..000000000
--- a/utils/test/vnfcatalogue/VNF_Catalogue/bin/www
+++ /dev/null
@@ -1,9 +0,0 @@
-#!/usr/bin/env node
-var debug = require('debug')('my-application');
-var app = require('../app');
-
-app.set('port', process.env.PORT || 3000);
-
-var server = app.listen(app.get('port'), function() {
- debug('Express server listening on port ' + server.address().port);
-});