Skip to content

Commit

Permalink
fix: remove unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
phlpsong committed Jan 31, 2024
1 parent 1d9e8bb commit 2ab02b8
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Easydict/Feature/Service/Tencent/TencentService.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
Expand Down

0 comments on commit 2ab02b8

Please sign in to comment.