Skip to content

Commit

Permalink
fix(backtest): remove output of pg_connection string
Browse files Browse the repository at this point in the history
may be security risk to print out into console for everybody to see
  • Loading branch information
TheJoeSchr committed Feb 2, 2021
1 parent 9a5b806 commit 8d4803c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions backtest.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@ const max_rows = 600000
const showReport = true
const trading_fees = 0.20

console.log(pg_connectionString)

//////////////////////////////////////////////////////////////////////////////////

const pg_client = new Client({
Expand Down

0 comments on commit 8d4803c

Please sign in to comment.