Commented out printing stack trace for mana symbols.

This commit is contained in:
magenoxx 2011-06-09 16:36:28 +04:00
parent e29e2cd6dc
commit b36aea3ed5

View file

@ -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");