More log quieting.

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@3145 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Michael Bayne
2004-10-16 00:06:37 +00:00
parent beef7431f3
commit 722d7b9098
@@ -1,5 +1,5 @@
//
// $Id: PuzzleController.java,v 1.14 2004/10/15 23:52:25 mdb Exp $
// $Id: PuzzleController.java,v 1.15 2004/10/16 00:06:37 mdb Exp $
//
// Narya library - tools for developing networked games
// Copyright (C) 2002-2004 Three Rings Design, Inc., All Rights Reserved
@@ -583,9 +583,9 @@ public abstract class PuzzleController extends GameController
{
if (_astate == CLEAR_PENDING && canClearAction()) {
actuallyClearAction();
} else {
Log.info("Not clearing action [astate=" + _astate +
", canClear=" + canClearAction() + "].");
// } else {
// Log.info("Not clearing action [astate=" + _astate +
// ", canClear=" + canClearAction() + "].");
}
}