diff --git a/Easydict/Feature/Service/Tencent/TencentService.swift b/Easydict/Feature/Service/Tencent/TencentService.swift index 58943031a..aaa07b9ab 100644 --- a/Easydict/Feature/Service/Tencent/TencentService.swift +++ b/Easydict/Feature/Service/Tencent/TencentService.swift @@ -43,9 +43,6 @@ public final class TencentService: QueryService { } override public func hasPrivateAPIKey() -> Bool { - if secretId.isEmpty || secretKey.isEmpty { - return false - } if secretId == defaultSecretId, secretKey == defaultSecretKey { return false }