Skip to content

Commit 140f260

Browse files
c0va23smcphill
authored andcommitted
Remove debug puts from Outbound::Client#track (#11)
1 parent 35d2a5c commit 140f260

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/outbound.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,6 @@ def track(user_id, event, properties = {}, _user_info = {}, timestamp = Time.now
217217
end
218218

219219
data[:timestamp] = timestamp
220-
puts timestamp
221220

222221
post(@api_key, '/track', data)
223222
end

0 commit comments

Comments
 (0)