1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-10 20:42:21 +02:00

Removed debug line

This commit is contained in:
Brian Fiete 2020-05-25 15:55:11 -07:00
parent 17ca597bc5
commit 74f3ef4e43

View file

@ -393,8 +393,6 @@ namespace Beefy.gfx
mPath = new String();
GetFontPath(fontName, mPath);
Console.WriteLine("Font loading {} from {}", fontName, mPath);
if (mPath.IsEmpty)
return false;