From 089bfab3563d73bba094c42317acda33c1e9de32 Mon Sep 17 00:00:00 2001
From: Russ Long <rl@tfmm.co>
Date: Sat, 8 Feb 2020 15:27:52 -0500
Subject: [PATCH] remove awards from array

---
 app/Console/Commands/TabulateWinners.php | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app/Console/Commands/TabulateWinners.php b/app/Console/Commands/TabulateWinners.php
index af0e1a8..406a00d 100644
--- a/app/Console/Commands/TabulateWinners.php
+++ b/app/Console/Commands/TabulateWinners.php
@@ -196,8 +196,8 @@ class TabulateWinners extends Command
             'pcFirst' => '3'
         ); */
         $mainAwardsToCalculate = array(
-            'inShowFirst' =>'6',
-            'pcFirst' => '3',
+        //    'inShowFirst' =>'6',
+        //    'pcFirst' => '3',
             'bestTruckFirst' => '5',
             'corvetteFirst' => '7',
             'camaroFirst' => '8',