Skip to content

Commit a60c090

Browse files
committed
Remove debug lines
1 parent d3b8469 commit a60c090

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

lib/vanagon/platform/deb.rb

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,6 @@ def generate_packaging_artifacts(workdir, name, binding, project) # rubocop:disa
5656
# @param project [Vanagon::Project] project to name
5757
# @return [String] name of the debian package for this project
5858
def package_name(project)
59-
require 'pry-byebug';binding.pry
6059
"#{project.name}_#{project.version}-#{project.release}#{dist}_#{project.noarch ? 'all' : @architecture}.deb"
6160
end
6261

@@ -65,7 +64,6 @@ def package_name(project)
6564
#
6665
# @return [String] relative path to where debian packages should be staged
6766
def output_dir(target_repo = "")
68-
require 'pry-byebug';binding.pry
6967
@output_dir ||= File.join("deb", @platform.dist, target_repo)
7068
end
7169

0 commit comments

Comments
 (0)