Skip to content

Commit

Permalink
ch: remove unncessary log line
Browse files Browse the repository at this point in the history
  • Loading branch information
betterclever committed Oct 6, 2023
1 parent 14aeaec commit 3b04149
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion packages/persistence-test-tube/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ edition = "2021"
license = "MIT OR Apache-2.0"
name = "persistence-test-tube"
repository = "https://github.com/persistenceOne/test-tube"
version = "0.2.0"
version = "0.2.1"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

exclude = ["persistenceCore", "test_artifacts"]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,6 @@ func Execute(envId uint64, base64ReqDeliverTx string) *C.char {

resDeliverTx := env.App.DeliverTx(reqDeliverTx)

fmt.Println("resDeliverTx", resDeliverTx.Data)
bz, err := proto.Marshal(&resDeliverTx)

// fmt.Printf("err: %v\n", err)
Expand Down

0 comments on commit 3b04149

Please sign in to comment.