fix: remove unintentional console.log()

This commit is contained in:
Isaac 2023-05-31 20:46:06 +01:00
parent 974af7b80c
commit 797f85153c
No known key found for this signature in database
GPG Key ID: 0DE40AE37BBA5C33

View File

@ -54,7 +54,6 @@ const load = options => {
process.exit(1);
}
});
console.log(process.env.HTTP_EXTERNAL);
};
module.exports = {