From a8415b75953814246b8acf1f6a05a820aff4dc9c Mon Sep 17 00:00:00 2001 From: Daniel Nitsikopoulos Date: Tue, 25 Apr 2023 17:27:59 +1000 Subject: [PATCH] Remove pry --- app/actions/workouts/create.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/app/actions/workouts/create.rb b/app/actions/workouts/create.rb index f2e8c73..6847919 100644 --- a/app/actions/workouts/create.rb +++ b/app/actions/workouts/create.rb @@ -1,4 +1,3 @@ -require "pry" module Adamantium module Actions module Workouts