summaryrefslogtreecommitdiff
path: root/Hutch/Views/Lookup/LookupView.swift
diff options
context:
space:
mode:
authorChristian Cleberg <[email protected]>2026-04-12 10:11:21 -0500
committerChristian Cleberg <[email protected]>2026-04-12 10:11:21 -0500
commitc0744a35891f89e50ab407a0b8557ce9d5c5e6cc (patch)
treee4b40e8425ded8213be34ba31286fb723dcb8ccb /Hutch/Views/Lookup/LookupView.swift
parent9050405b4f33b2b9b70458fcf3e43b80c940eef7 (diff)
downloadhutch-c0744a35891f89e50ab407a0b8557ce9d5c5e6cc.tar.gz
hutch-c0744a35891f89e50ab407a0b8557ce9d5c5e6cc.tar.bz2
hutch-c0744a35891f89e50ab407a0b8557ce9d5c5e6cc.zip
chore: clean up debug loggingv2.15.1
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)
}