Skip to content

Commit

Permalink
dd removal
Browse files Browse the repository at this point in the history
  • Loading branch information
sandesh556 committed Aug 16, 2024
1 parent 6c4c648 commit 42317b7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/Http/Controllers/Product/ProductController.php
Original file line number Diff line number Diff line change
Expand Up @@ -355,7 +355,6 @@ public function store(Request $request)

return redirect()->back()->with('success', \Lang::get('message.saved-successfully'));
} catch (\Exception $e) {
dd($e);
app('log')->error($e->getMessage());

return redirect()->back()->with('fails', $e->getMessage());
Expand Down

0 comments on commit 42317b7

Please sign in to comment.