Skip to content

Commit ffe54a5

Browse files
committed
Removed log
1 parent fd538ae commit ffe54a5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/travis/api/app/endpoint/logs.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ class Logs < Endpoint
2525
# the way we use responders makes it hard to validate proper format
2626
# automatically here, so we need to check it explicitly
2727
if accepts?('text/plain')
28-
Travis.logger.info('[LOGS] Retrieving archived log content')
2928
respond_with resource.archived_log_content
3029
elsif accepts?('application/json')
3130
respond_with resource.as_json

0 commit comments

Comments
 (0)