Skip to content

Commit

Permalink
remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
vorujack committed May 29, 2024
1 parent e7f889c commit a8323af
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/service/Tss.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ class Tss {
'-trustKey',
Tss.trustKey,
];
console.log(args)
spawn(Configs.tssExecutionPath, args, {
detached: false,
stdio: 'ignore',
Expand Down

0 comments on commit a8323af

Please sign in to comment.