chore: remove extraneous debug print

This commit is contained in:
Gareth George
2025-01-23 20:01:20 -08:00
parent a935c93324
commit 861ad597e4
-2
View File
@@ -318,8 +318,6 @@ func migrateBboltOplog(logstore oplog.OpStore) {
}
func migratePopulateGuids(logstore oplog.OpStore, cfg *v1.Config) {
zap.S().Info("migrating oplog to populate GUIDs")
repoToGUID := make(map[string]string)
for _, repo := range cfg.Repos {
if repo.Guid != "" {