From 9e06f2d17fdcdb709a9feada88f2ab7088459f08 Mon Sep 17 00:00:00 2001 From: Marcus Moore Date: Thu, 11 Jul 2024 13:22:10 -0700 Subject: [PATCH] Remove commented code --- app/Livewire/Importer.php | 4 ---- 1 file changed, 4 deletions(-) diff --git a/app/Livewire/Importer.php b/app/Livewire/Importer.php index e164af36d6..1ffdd941fe 100644 --- a/app/Livewire/Importer.php +++ b/app/Livewire/Importer.php @@ -161,10 +161,6 @@ class Importer extends Component } } - public function boot() { // FIXME - delete or undelete. - ///////$this->activeFile = null; // I do *not* understand why I have to do this, but, well, whatever. - } - public function mount() {