From 8da82540b160f7e2f7cd993f7d4035b021f4da6b Mon Sep 17 00:00:00 2001 From: drkthunder02 Date: Thu, 25 Oct 2018 23:59:01 -0500 Subject: [PATCH] troubleshooting --- app/Library/MoonCalc.php | 1 - 1 file changed, 1 deletion(-) 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