Skip to content
This repository has been archived by the owner on Oct 30, 2018. It is now read-only.

Commit

Permalink
Don't disclose secrets in logs
Browse files Browse the repository at this point in the history
  • Loading branch information
retrohacker committed Mar 13, 2017
1 parent ab62b18 commit 98f30f1
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions test/000_runfirst.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,3 @@ if(process.env.STORJ_BRIDGE === undefined) {
}

var bridge = process.env.STORJ_BRIDGE;

test('Environment', function(t) {
t.comment(`Using: ${process.env.STORJ_USERNAME}:${process.env.STORJ_PASSWORD}@${process.env.STORJ_BRIDGE}`);
t.end();
});

0 comments on commit 98f30f1

Please sign in to comment.