diff --git a/glean-core/ios/Glean/Glean.swift b/glean-core/ios/Glean/Glean.swift index 67202273e5..d84dc98655 100644 --- a/glean-core/ios/Glean/Glean.swift +++ b/glean-core/ios/Glean/Glean.swift @@ -118,7 +118,7 @@ public class Glean { } if let debugViewTag = self.debugViewTag { - self.setDebugViewTag(debugViewTag) + _ = self.setDebugViewTag(debugViewTag) } if self.logPings {