diff --git a/app/Library/MoonCalc.php b/app/Library/MoonCalc.php index 017b70231..01ced2d6e 100644 --- a/app/Library/MoonCalc.php +++ b/app/Library/MoonCalc.php @@ -274,7 +274,6 @@ class MoonCalc { $units = floor($actualm3 / $m3Size); //Look up the unit price from the database $unitPrice = DB::table('OrePrices')->where('Name', $ore)->value('UnitPrice'); - dd($unitPrice); //Calculate the total amount from the units and unit price $total = $units * $unitPrice; //Return the value