diff --git a/common.js b/common.js index 72d4a8f..9ec8b41 100644 --- a/common.js +++ b/common.js @@ -16,8 +16,6 @@ exports = module.exports = { var gNow = ((new Date()).getTime() / 1000).toFixed(); var gEcosystem = safe.require(path.join(__dirname, '../keys/ci/ecosystem-prod.json')); -console.dir(gEcosystem); - function cloudronDomain(filename) { return 't-' + path.basename(filename, '-test.js') + '-' + gNow + '.smartserver.io'; }