Remove debug

This commit is contained in:
Girish Ramakrishnan 2015-07-27 13:51:59 -07:00
parent 964e688ac8
commit 15cae34503
1 changed files with 0 additions and 2 deletions

View File

@ -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';
}