fix: remove debug

This commit is contained in:
Anna
2022-02-05 04:40:08 -05:00
parent c2de20baf1
commit 94db05f65b
2 changed files with 0 additions and 8 deletions
-2
View File
@@ -1,5 +1,4 @@
using System.Runtime.InteropServices;
using Dalamud.Logging;
using SharpDX.DirectWrite;
using FontStyle = SharpDX.DirectWrite.FontStyle;
@@ -43,7 +42,6 @@ internal static class Fonts {
using var collection = factory.GetSystemFontCollection(false);
for (var i = 0; i < collection.FontFamilyCount; i++) {
using var family = collection.GetFontFamily(i);
PluginLog.Log(family.FamilyNames.GetString(0));
var anyItalic = false;
for (var j = 0; j < family.FontCount; j++) {
using var font = family.GetFont(j);