From 317e3927fbfcfe331ea0dbe496c7d1930c037977 Mon Sep 17 00:00:00 2001 From: Matt Bruce Date: Fri, 29 Jul 2022 08:37:12 -0500 Subject: [PATCH] added comments for future logging Signed-off-by: Matt Bruce --- VDS/Typography/FontProtocol.swift | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/VDS/Typography/FontProtocol.swift b/VDS/Typography/FontProtocol.swift index f915d31d..48b6bf43 100644 --- a/VDS/Typography/FontProtocol.swift +++ b/VDS/Typography/FontProtocol.swift @@ -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") } } }