added comments for future logging
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
This commit is contained in:
parent
6c2ffa4976
commit
317e3927fb
@ -22,10 +22,10 @@ extension FontProtocol {
|
|||||||
do{
|
do{
|
||||||
try Self.register(from: url)
|
try Self.register(from: url)
|
||||||
} catch{
|
} 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 {
|
} else {
|
||||||
//DLog("Font for FontStyle: \(font) couldn't be found")
|
//TODO: error ("Font for FontStyle: \(font) couldn't be found")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user