Skip to content

Commit

Permalink
[minor] remove SUBDOMAIN protection
Browse files Browse the repository at this point in the history
  • Loading branch information
coderarity committed Dec 12, 2012
1 parent 409f7cc commit d35f60e
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions lib/jitsu/commands/env.js
Expand Up @@ -354,11 +354,6 @@ env.load = function (appName, file, callback) {
return callback(err);
}

if (env.SUBDOMAIN !== app.env.SUBDOMAIN) {
jitsu.log.error('Refusing to change SUBDOMAIN environment variable.');
return callback(null);
}

jitsu.log.info('Old environment variables: ');
jitsu.inspect.putObject(app.env);
jitsu.log.info('New environment variables: ');
Expand Down

0 comments on commit d35f60e

Please sign in to comment.