OSDN Git Service

Remove plog for debug.
authoriks <iks@0568b783-4c39-0410-ac80-bf13821ea2a2>
Mon, 18 Feb 2013 12:48:13 +0000 (12:48 +0000)
committeriks <iks@0568b783-4c39-0410-ac80-bf13821ea2a2>
Mon, 18 Feb 2013 12:48:13 +0000 (12:48 +0000)
src/cmd1.c

index e870790..b7124ee 100644 (file)
@@ -597,7 +597,6 @@ s16b tot_dam_aux(object_type *o_ptr, int tdam, monster_type *m_ptr, int mode, bo
                        if (p_ptr->pclass == CLASS_SAMURAI)
                        {
                                mult = mult_hissatsu(mult, flgs, m_ptr, mode);
-plog(format("mult = %d", mult));
                        }
 
                        if ((p_ptr->pclass != CLASS_SAMURAI) && (have_flag(flgs, TR_FORCE_WEAPON)) && (p_ptr->csp > (o_ptr->dd * o_ptr->ds / 5)))