remove unused puts
This commit is contained in:
parent
430d6f5bd9
commit
f32a02a75b
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue
Block a user