diff --git a/GameEngine/Battle.php b/GameEngine/Battle.php index 29e6640a..70df0208 100644 --- a/GameEngine/Battle.php +++ b/GameEngine/Battle.php @@ -441,7 +441,6 @@ class Battle { $dp = 10 * pow($factor,$def_wall) * $def_wall; // Defense calvary calvary = * Wall (%) $cdp = 10 * pow($factor,$def_wall) * $def_wall; - echo $dp; if($type!=1) { // Calculation of the Basic defense bonus "Residence" $dp += ((2*(pow($residence,2)))*(pow($factor,$def_wall)));