From b5649838033cd20f1b235b8b72acc3ed3fe84a17 Mon Sep 17 00:00:00 2001 From: David Bomba Date: Mon, 24 Jun 2024 21:14:08 +1000 Subject: [PATCH] remove cache warming --- app/Console/Commands/CreateAccount.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/app/Console/Commands/CreateAccount.php b/app/Console/Commands/CreateAccount.php index e62bb6bfd988..228f8e828315 100644 --- a/app/Console/Commands/CreateAccount.php +++ b/app/Console/Commands/CreateAccount.php @@ -56,8 +56,6 @@ class CreateAccount extends Command { $this->info(date('r').' Create Single Account...'); - $this->warmCache(); - $this->createAccount(); }