Removed old debug logging.

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@3273 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Michael Bayne
2004-12-14 20:12:59 +00:00
parent 73832f59eb
commit 03c590b6cf
@@ -1,5 +1,5 @@
//
// $Id: ChatPanel.java,v 1.29 2004/11/15 01:47:52 mdb Exp $
// $Id$
//
// Narya library - tools for developing networked games
// Copyright (C) 2002-2004 Three Rings Design, Inc., All Rights Reserved
@@ -285,8 +285,6 @@ public class ChatPanel
public void willEnterPlace (PlaceObject place)
{
Log.info("We be here: " + place);
// enable our chat input elements since we're now somewhere that
// we can chat
_entry.setEnabled(true);