From 0c316acef0601cc621cb6568f80727e2e5fdce52 Mon Sep 17 00:00:00 2001
From: s3krit <pugh@s3kr.it>
Date: Mon, 26 Oct 2020 12:59:20 +0100
Subject: [PATCH] remove debug lines (#1847)

---
 polkadot/scripts/github/generate_release_text.rb | 2 --
 1 file changed, 2 deletions(-)

diff --git a/polkadot/scripts/github/generate_release_text.rb b/polkadot/scripts/github/generate_release_text.rb
index c2dfb1e0a73..caca24d77a2 100644
--- a/polkadot/scripts/github/generate_release_text.rb
+++ b/polkadot/scripts/github/generate_release_text.rb
@@ -7,7 +7,6 @@ require 'git'
 require 'json'
 require 'octokit'
 require 'toml'
-require 'pry'
 require_relative './lib.rb'
 
 current_ref = ENV['GITHUB_REF']
@@ -87,7 +86,6 @@ release_priority = Changelog.highest_priority_for_changes(all_changes)
 # Pulled from the previous Github step
 rustc_stable = ENV['RUSTC_STABLE']
 rustc_nightly = ENV['RUSTC_NIGHTLY']
-binding.pry
 polkadot_runtime = get_runtime('polkadot', polkadot_path)
 kusama_runtime = get_runtime('kusama', polkadot_path)
 westend_runtime = get_runtime('westend', polkadot_path)
-- 
GitLab