Skip to content

Commit

Permalink
Delete logging
Browse files Browse the repository at this point in the history
  • Loading branch information
mattverse committed Feb 21, 2022
1 parent 892e687 commit 54cb217
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions x/superfluid/keeper/superfluid_test.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
package keeper_test

import (
"fmt"
"time"

sdk "github.com/cosmos/cosmos-sdk/types"
Expand Down Expand Up @@ -182,7 +181,6 @@ func (suite *KeeperTestSuite) TestSuperfluidFlow() {
suite.app.Commit()

gauge, err = suite.app.IncentivesKeeper.GetGaugeByID(suite.ctx, gotAcc.GaugeId)
fmt.Println(gauge)
suite.Require().NoError(err)
suite.Require().Equal(gauge.Id, gotAcc.GaugeId)
suite.Require().Equal(gauge.IsPerpetual, true)
Expand Down

0 comments on commit 54cb217

Please sign in to comment.