We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d232324 commit fd538aeCopy full SHA for fd538ae
lib/travis/api/app/endpoint/jobs.rb
@@ -93,7 +93,6 @@ class Jobs < Endpoint
93
# the way we use responders makes it hard to validate proper format
94
# automatically here, so we need to check it explicitly
95
if accepts?('text/plain')
96
- Travis.logger.info('[JOBS] Retrieving archived log content')
97
respond_with resource.archived_log_content
98
elsif accepts?('application/json')
99
attach_log_token if job.try(:private?)
0 commit comments