Skip to content

Commit fd538ae

Browse files
committed
Removed logs
1 parent d232324 commit fd538ae

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,6 @@ class Jobs < Endpoint
9393
# the way we use responders makes it hard to validate proper format
9494
# automatically here, so we need to check it explicitly
9595
if accepts?('text/plain')
96-
Travis.logger.info('[JOBS] Retrieving archived log content')
9796
respond_with resource.archived_log_content
9897
elsif accepts?('application/json')
9998
attach_log_token if job.try(:private?)

0 commit comments

Comments
 (0)