remove tls trace from walletd

This commit is contained in:
keyan 2021-06-11 13:52:07 -05:00
parent 80c5cff3cf
commit 9bbab196e6
1 changed files with 1 additions and 1 deletions

View File

@ -1,2 +1,2 @@
web: npm run start
walletd: node --trace-warnings --trace-tls walletd/index.js
walletd: node --trace-warnings walletd/index.js