Skip to content

Commit

Permalink
remove final print
Browse files Browse the repository at this point in the history
  • Loading branch information
AdityaSripal committed May 25, 2021
1 parent 6789f01 commit 93ded68
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion x/capability/keeper/keeper.go
Expand Up @@ -386,7 +386,6 @@ func (sk ScopedKeeper) GetCapability(ctx sdk.Context, name string) (*types.Capab
panic("capability found in memstore is missing from map")
}

fmt.Println("set bool", sk.initialized)
return cap, true
}

Expand Down

0 comments on commit 93ded68

Please sign in to comment.