[ScryMUD] SVN Commit Info r880 - trunk/mud/grrmud/server
scrymud at wanfear.com
scrymud at wanfear.com
Wed Feb 14 04:29:51 PST 2007
Author: eroper
Date: 2007-02-14 04:29:51 -0800 (Wed, 14 Feb 2007)
New Revision: 880
Modified:
trunk/mud/grrmud/server/misc.cc
Log:
Removed debugging output accidently left in the previous commit.
Modified: trunk/mud/grrmud/server/misc.cc
===================================================================
--- trunk/mud/grrmud/server/misc.cc 2007-02-14 12:28:33 UTC (rev 879)
+++ trunk/mud/grrmud/server/misc.cc 2007-02-14 12:29:51 UTC (rev 880)
@@ -1148,7 +1148,6 @@
Cell<object*> oc( *(room_list[k].getInv()) );
while ( ( o = oc.next() ) ) {
if ( obj_ptr->getIdNum() == o->getIdNum() ) {
- std::cerr << "saving player box" << std::endl;
save_player_box(*o);
}
}
More information about the ScryMUD
mailing list