psu_game: Remove an obnoxious log.

This commit is contained in:
Loïc Hoguin 2010-08-21 17:08:59 +02:00
parent dd6a44ef7f
commit 647bd40b41

View File

@ -405,7 +405,6 @@ npc_load(Leader, [{PartyPos, NPCGID}|NPCList]) ->
{ok, OldNPCUser} = egs_user_model:read(NPCGID),
#egs_user_model{instancepid=InstancePid, area=Area, entryid=EntryID, pos=Pos} = Leader,
NPCUser = OldNPCUser#egs_user_model{lid=PartyPos, instancepid=InstancePid, areatype=mission, area=Area, entryid=EntryID, pos=Pos},
io:format("~p", [NPCUser]),
%% @todo This one on mission end/abort?
%~ OldNPCUser#egs_user_model{lid=PartyPos, instancepid=undefined, areatype=AreaType, area={psu_area, 0, 0, 0}, entryid=0, pos={pos, 0.0, 0.0, 0.0, 0}}
egs_user_model:write(NPCUser),