Skip to content

Commit

Permalink
Removing unneeded console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
TimHeckel committed Jan 3, 2018
1 parent 265bdfa commit 077ff18
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/api/now.js
Expand Up @@ -34,9 +34,6 @@ export const constructNowOptions = async () => {
['-e', `MONGO_URL=${mongoUrl}`],
...remainingVariables,
];

console.log("now options are ", options);

// construct the METEOR_SETTINGS, first by checking if user passed
// -e METEOR_SETTINGS='{ "foo": "bar" }' option to meteor-now
let meteorSettings = getEnvironmentVariable('METEOR_SETTINGS', environmentVariables);
Expand Down

0 comments on commit 077ff18

Please sign in to comment.