summaryrefslogtreecommitdiff
path: root/Hutch/Views/Lookup/LookupView.swift
diff options
context:
space:
mode:
Diffstat (limited to 'Hutch/Views/Lookup/LookupView.swift')
-rw-r--r--Hutch/Views/Lookup/LookupView.swift4
1 files changed, 0 insertions, 4 deletions
diff --git a/Hutch/Views/Lookup/LookupView.swift b/Hutch/Views/Lookup/LookupView.swift
index e571140..e0adc6b 100644
--- a/Hutch/Views/Lookup/LookupView.swift
+++ b/Hutch/Views/Lookup/LookupView.swift
@@ -201,8 +201,6 @@ final class LookupViewModel {
}
"""
- lookupLogger.debug("Looking up user profile for username: \(username, privacy: .public)")
-
let result: Response
do {
result = try await client.execute(
@@ -225,8 +223,6 @@ final class LookupViewModel {
throw error
}
- lookupLogger.debug("User lookup succeeded for username: \(username, privacy: .public)")
-
return .user(result.user)
}