Skip to content

Commit

Permalink
removed print to nil pointer
Browse files Browse the repository at this point in the history
  • Loading branch information
Aven Dauz authored and Aven Dauz committed Aug 12, 2021
1 parent 0754e38 commit 857bec4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion x/nft/module.go
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,6 @@ func checkBroadcastPeer(ctx sdk.Context, am AppModule) {

func startTorrentClient(ctx sdk.Context, am AppModule) {
btClient, err := torrentClient.NewTorrentClient(am.btDirectory, am.btPort)
fmt.Println("Torrent client created", *btClient)
if err != nil {
am.keeper.Logger(ctx).Error("Error creating btClient", "btClient", err)
}
Expand Down

0 comments on commit 857bec4

Please sign in to comment.