Skip to content

Commit

Permalink
Merge pull request #1596 from 0chain/fix/remove-print-statement
Browse files Browse the repository at this point in the history
Remove unnecessary print statement
  • Loading branch information
dabasov authored Sep 1, 2024
2 parents 94b4260 + 7f360b4 commit 560c601
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions zcncore/transaction_base.go
Original file line number Diff line number Diff line change
Expand Up @@ -160,8 +160,6 @@ func InitZCNSDK(blockWorker string, signscheme string, configs ...func(*ChainCon

conf.InitClientConfig(cfg)

fmt.Println("initZCNCore is_split_wallet:", _config.isSplitWallet)

return nil
}

Expand Down

0 comments on commit 560c601

Please sign in to comment.