remove unused puts

This commit is contained in:
Petr Korolev 2016-07-20 17:00:39 +03:00
parent 6f9200e018
commit 3450250a02

View File

@ -248,7 +248,6 @@ module GitHubChangelogGenerator
if arg0 && !arg1 if arg0 && !arg1
# this match should parse strings such "https://github.com/skywinder/Github-Changelog-Generator" or # this match should parse strings such "https://github.com/skywinder/Github-Changelog-Generator" or
# "skywinder/Github-Changelog-Generator" to user and name # "skywinder/Github-Changelog-Generator" to user and name
puts arg0
match = /(?:.+#{Regexp.escape(github_site)}\/)?(.+)\/(.+)/.match(arg0) match = /(?:.+#{Regexp.escape(github_site)}\/)?(.+)\/(.+)/.match(arg0)
begin begin