added comments for future logging

Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
This commit is contained in:
Matt Bruce 2022-07-29 08:37:12 -05:00
parent 6c2ffa4976
commit 317e3927fb

View File

@ -22,10 +22,10 @@ extension FontProtocol {
do{
try Self.register(from: url)
} catch{
//DLog("Font called \(font.fontName).\(font.fontFileExtension) couldn't be registered")
//TODO: error ("Font called \(font.fontName).\(font.fontFileExtension) couldn't be registered")
}
} else {
//DLog("Font for FontStyle: \(font) couldn't be found")
//TODO: error ("Font for FontStyle: \(font) couldn't be found")
}
}
}