Skip to content

Commit

Permalink
remove pry
Browse files Browse the repository at this point in the history
  • Loading branch information
dchapman1988 committed Jun 26, 2018
1 parent cd78980 commit 8eb29d2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/controllers/clients_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,6 @@ def show
end

def export_work_units
require 'pry';binding.pry
if params[:scope] == 'projects'
@project = Project.find(params[:project_id])
@work_units = WorkUnit.for_project(@project)
Expand Down

0 comments on commit 8eb29d2

Please sign in to comment.