From 89d8ef10397dcd1dd25117b2bb9c30eb34c96e40 Mon Sep 17 00:00:00 2001
From: joshemb <josh@elixxir.io>
Date: Fri, 23 Sep 2022 14:38:09 -0700
Subject: [PATCH] Add print

---
 ud/store/facts.go | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/ud/store/facts.go b/ud/store/facts.go
index 27e454533..f453a34f8 100644
--- a/ud/store/facts.go
+++ b/ud/store/facts.go
@@ -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 {
 		return s.saveConfirmedFacts()
 	}
 
-	jww.INFO.Printf("USERNAME BACKUP DEBUG (BackUpMissingFacts): fact map after %+v", s.confirmedFacts)
-
 	return nil
 
 }
-- 
GitLab