From 2ae2e669ccc4e5ee51d246036a2f7d6b0a50628d Mon Sep 17 00:00:00 2001
From: Max Goedjen <max.goedjen@gmail.com>
Date: Sun, 7 Nov 2021 12:25:40 -0800
Subject: [PATCH] Remove todo.

---
 SecretKit/SmartCard/SmartCardStore.swift | 1 -
 1 file changed, 1 deletion(-)

diff --git a/SecretKit/SmartCard/SmartCardStore.swift b/SecretKit/SmartCard/SmartCardStore.swift
index dfff4d4..e56c862 100644
--- a/SecretKit/SmartCard/SmartCardStore.swift
+++ b/SecretKit/SmartCard/SmartCardStore.swift
@@ -9,7 +9,6 @@ extension SmartCard {
 
     public class Store: SecretStore {
 
-        // TODO: Read actual smart card name, eg "YubiKey 5c"
         @Published public var isAvailable: Bool = false
         public let id = UUID()
         public private(set) var name = NSLocalizedString("Smart Card", comment: "Smart Card")