Remove debug print
This commit is contained in:
parent
5f3c56cf42
commit
710ef8d6b4
@ -66,9 +66,6 @@ namespace Cyber.Util {
|
||||
string Hash = CreateHash(text);
|
||||
if (forceRender || !Cache.ContainsKey(Hash)) {
|
||||
Cache[Hash] = Singleton.RenderText(text);
|
||||
Term.Println("Created a new texture for:");
|
||||
Term.Println(Hash);
|
||||
Term.Println("====");
|
||||
}
|
||||
return Cache[Hash];
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user