Commit 91e48c5e authored by Adam Tucker's avatar Adam Tucker Committed by ValarDragon
Browse files

Comment out problematic log line during migration (#986)

parent e10e67e8
Showing with 3 additions and 3 deletions
+3 -3
......@@ -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)
}
}
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment