Remove debug code
This commit is contained in:
parent
35b581240f
commit
5d5a48e00e
|
@ -201,7 +201,6 @@ Make sure, that you push tags to remote repo via 'git push --tags'".yellow
|
||||||
# @param [Hash] tag
|
# @param [Hash] tag
|
||||||
# @return [Time] time of specified tag
|
# @return [Time] time of specified tag
|
||||||
def fetch_date_of_tag(tag)
|
def fetch_date_of_tag(tag)
|
||||||
puts @github_options
|
|
||||||
begin
|
begin
|
||||||
commit_data = @github.git_data.commits.get @options[:user],
|
commit_data = @github.git_data.commits.get @options[:user],
|
||||||
@options[:project],
|
@options[:project],
|
||||||
|
|
Loading…
Reference in New Issue
Block a user