Skip to content

Commit

Permalink
remove final print
Browse files Browse the repository at this point in the history
  • Loading branch information
AdityaSripal authored and tac0turtle committed Jun 22, 2021
1 parent b0cea7e commit 439142f
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 439142f

Please sign in to comment.