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(); }