mirror of
https://github.com/garethgeorge/backrest.git
synced 2026-09-23 08:25:40 +00:00
chore: remove extraneous debug print
This commit is contained in:
@@ -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 != "" {
|
||||
|
||||
Reference in New Issue
Block a user