Skip to content
GitLab
Explore
Projects
Groups
Snippets
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Register
Sign in
Toggle navigation
Menu
Open sidebar
Tiger Ton
osmosis
Commits
91e48c5e
Commit
91e48c5e
authored
3 years ago
by
Adam Tucker
Committed by
ValarDragon
3 years ago
Browse files
Options
Download
Email Patches
Plain Diff
Comment out problematic log line during migration (#986)
parent
e10e67e8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
x/lockup/keeper/migration.go
+3
-3
x/lockup/keeper/migration.go
with
3 additions
and
3 deletions
+3
-3
x/lockup/keeper/migration.go
+
3
-
3
View file @
91e48c5e
...
...
@@ -126,8 +126,8 @@ func MergeLockupsForSimilarDurations(
// don't call hooks, tokens are just moved from a lock to another
}
numLocksNormalized
:=
len
(
locksToNormalize
)
ctx
.
Logger
()
.
Info
(
"normalized %d locks. This involved creating %d new locks."
,
numLocksNormalized
,
numLocksCreated
)
//
numLocksNormalized := len(locksToNormalize)
//
ctx.Logger().Info("normalized %d locks. This involved creating %d new locks.",
//
numLocksNormalized, numLocksCreated)
}
}
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Snippets