Skip to content

Commit

Permalink
remove debugger
Browse files Browse the repository at this point in the history
  • Loading branch information
iamkarsoft committed Jan 3, 2024
1 parent 315ce57 commit 1032162
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions app/Http/Livewire/Modals/UpdateEpisodes.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,6 @@ public function saveData()
$this->movie_db['season'] = $this->season;
$this->movie_db->save();
$this->closeModal();

ray($this->movie_db);
}

public function render()
Expand Down

0 comments on commit 1032162

Please sign in to comment.