Skip to content

Commit 4c319b8

Browse files
committed
Remove debug statements
1 parent 7b5fe6b commit 4c319b8

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

lib/outbound.rb

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -168,16 +168,12 @@ def track user_id, event, properties={}, user_info={}, timestamp
168168
@logger.error "Could not use event properties (#{properties}) given to track call."
169169
end
170170

171-
puts timestamp
172-
173171
unless timestamp == {}
174172
data[:timestamp] = timestamp
175173
else
176174
data[:timestamp] = Time.now.to_i
177175
end
178176

179-
puts data[:timestamp]
180-
181177
return post(@api_key, '/track', data)
182178
end
183179

0 commit comments

Comments
 (0)