mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-15 06:44:10 +02:00
Removed debug line
This commit is contained in:
parent
17ca597bc5
commit
74f3ef4e43
1 changed files with 0 additions and 2 deletions
|
@ -393,8 +393,6 @@ namespace Beefy.gfx
|
||||||
mPath = new String();
|
mPath = new String();
|
||||||
GetFontPath(fontName, mPath);
|
GetFontPath(fontName, mPath);
|
||||||
|
|
||||||
Console.WriteLine("Font loading {} from {}", fontName, mPath);
|
|
||||||
|
|
||||||
if (mPath.IsEmpty)
|
if (mPath.IsEmpty)
|
||||||
return false;
|
return false;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue