mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-26 19:17:58 +00:00
remove debug lines (#1847)
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user