Skip to content

Commit 64f78fd

Browse files
committed
data not date, oops
1 parent 00abfae commit 64f78fd

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

lib/travis/tasks/middleware/logging.rb

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,7 @@ def call(worker, message, queue, &block)
1010
uuid, notifier, _, payload, params = *message['args']
1111
data = Hash.new.tap do |data|
1212
data['queue'] = queue
13-
puts notifier
14-
date['notifier'] = notifier.to_s.downcase.split('::')[2]
13+
data['notifier'] = notifier.to_s.downcase.split('::')[2]
1514
if payload['build']
1615
data['build'] = payload['build']['id']
1716
elsif message['build_id']

0 commit comments

Comments
 (0)