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 fd538ae commit ffe54a5Copy full SHA for ffe54a5
lib/travis/api/app/endpoint/logs.rb
@@ -25,7 +25,6 @@ class Logs < Endpoint
25
# the way we use responders makes it hard to validate proper format
26
# automatically here, so we need to check it explicitly
27
if accepts?('text/plain')
28
- Travis.logger.info('[LOGS] Retrieving archived log content')
29
respond_with resource.archived_log_content
30
elsif accepts?('application/json')
31
respond_with resource.as_json
0 commit comments