From 71de5808782c2901470bdb7af6e6bb74a172184d Mon Sep 17 00:00:00 2001 From: Georg Gadinger Date: Fri, 31 Mar 2017 22:44:27 +0200 Subject: [PATCH] Der Wagen ist eine gute Reise. --- config/deploy.rb | 3 --- 1 file changed, 3 deletions(-) diff --git a/config/deploy.rb b/config/deploy.rb index 1f5c286a..d7880c47 100644 --- a/config/deploy.rb +++ b/config/deploy.rb @@ -35,9 +35,6 @@ append :linked_dirs, "log", "tmp/pids", "tmp/cache", "tmp/sockets", "public/uplo # Ruby version / RVM set :rvm1_ruby_version, '2.3.3@retrospring' -require 'pry' -binding.pry - # Rollbar set :rollbar_token, '35f65946f562414da66d0d48073f5290' # TODO: before publishing this repo (again) remove this token set :rollbar_env, Proc.new { fetch :stage }