mirror of
https://github.com/openfrontio/OpenFrontIO.git
synced 2026-06-21 13:40:46 +00:00
remove unnecessary logging in SpriteLoader
This commit is contained in:
@@ -86,7 +86,6 @@ export const getColoredSprite = (
|
||||
const key = unit.type() + colorKey;
|
||||
|
||||
if (coloredSpriteCache.has(key)) {
|
||||
console.log(key);
|
||||
return coloredSpriteCache.get(key)!;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user