mirror of
https://github.com/correl/mage.git
synced 2025-03-07 20:53:18 -10:00
Commented out printing stack trace for mana symbols.
This commit is contained in:
parent
e29e2cd6dc
commit
b36aea3ed5
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ public class ManaSymbols {
|
|||
manaImages.put(symbol, resized);
|
||||
} catch (Exception e) {
|
||||
log.error("Error for symbol:" + symbol);
|
||||
e.printStackTrace();
|
||||
//e.printStackTrace();
|
||||
noManaSymbols = true;
|
||||
}
|
||||
file = new File(Constants.RESOURCE_PATH_MANA_MEDIUM + "/" + symbol + ".jpg");
|
||||
|
|
Loading…
Add table
Reference in a new issue