Remove print statement

This commit is contained in:
Ethan Frey
2020-01-21 09:52:19 +01:00
parent 5e95d755b6
commit d250319e84

View File

@@ -195,7 +195,6 @@ func NewWasmApp(
fmt.Println("error while reading wasm config:", err.Error())
}
wasmConfig := wasmWrap.Wasm
fmt.Printf("WasmConfig: %#v\n", wasmConfig)
app.wasmKeeper = wasm.NewKeeper(app.cdc, keys[wasm.StoreKey], app.accountKeeper, app.bankKeeper, wasmRouter, wasmDir, wasmConfig)