forked from External/mage
* Removed logger output used for debug.
This commit is contained in:
parent
489518c1e0
commit
fb8c4fcbc3
2 changed files with 2 additions and 9 deletions
|
|
@ -90,7 +90,7 @@ import org.apache.log4j.Logger;
|
|||
*/
|
||||
public class GameController implements GameCallback {
|
||||
|
||||
private static ExecutorService gameExecutor = ThreadExecutor.getInstance().getGameExecutor();
|
||||
private static final ExecutorService gameExecutor = ThreadExecutor.getInstance().getGameExecutor();
|
||||
private static final Logger logger = Logger.getLogger(GameController.class);
|
||||
|
||||
private ConcurrentHashMap<UUID, GameSession> gameSessions = new ConcurrentHashMap<UUID, GameSession>();
|
||||
|
|
@ -689,7 +689,6 @@ public class GameController implements GameCallback {
|
|||
@Override
|
||||
public void gameResult(String result) {
|
||||
try {
|
||||
logger.warn("Game Result: " + result);
|
||||
endGame(result);
|
||||
} catch (MageException ex) {
|
||||
logger.fatal("Game Result error", ex);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue