Remove superfulous method

This commit is contained in:
Hiro Asari 2016-02-29 14:27:57 -10:00
parent e6d39c2a52
commit 80cb945557

View File

@ -131,16 +131,6 @@ class Travis::Api::App
def hostname(name)
"#{name}#{'-staging' if Travis.env == 'staging'}.#{Travis.config.host.split('.')[-2, 2].join('.')}"
end
def debug_data
{
debug: {
stage: 'before_install',
previous_status: 'failed',
created_by: current_user.login
}
}
end
end
end
end