Skip to content
Snippets Groups Projects
Commit 89d8ef10 authored by Josh Brooks's avatar Josh Brooks
Browse files

Add print

parent 74f51226
No related branches found
No related tags found
2 merge requests!510Release,!396Remove restoring backed up facts from bindings NewUdManagerFromBackup call
...@@ -174,12 +174,12 @@ func (s *Store) BackUpMissingFacts(username, email, phone fact.Fact) error { ...@@ -174,12 +174,12 @@ func (s *Store) BackUpMissingFacts(username, email, phone fact.Fact) error {
} }
} }
jww.INFO.Printf("USERNAME BACKUP DEBUG (BackUpMissingFacts): fact map after %+v", s.confirmedFacts)
if modified { if modified {
return s.saveConfirmedFacts() return s.saveConfirmedFacts()
} }
jww.INFO.Printf("USERNAME BACKUP DEBUG (BackUpMissingFacts): fact map after %+v", s.confirmedFacts)
return nil return nil
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment