Skip to content

Commit

Permalink
log leak fix
Browse files Browse the repository at this point in the history
  • Loading branch information
suculent committed Nov 8, 2023
1 parent 2b40b09 commit 78eeed6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/thinx/owner.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ const formData = require('form-data');
const Mailgun = require('mailgun.js');
const mailgun = new Mailgun(formData);

console.log("Owner mailgun key", process.env.MAILGUN_API_KEY);

const mg = mailgun.client({
username: 'api',
key: process.env.MAILGUN_API_KEY
Expand Down

0 comments on commit 78eeed6

Please sign in to comment.