From 92992b4aaf3d92e031c2417ff2e6c9e94d27fe36 Mon Sep 17 00:00:00 2001 From: zachdaniel Date: Wed, 28 Nov 2018 13:15:04 -0500 Subject: [PATCH] chore: remove some random text that made it in... --- lib/tracer.ex | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/tracer.ex b/lib/tracer.ex index ca4b1af..0c4b97a 100644 --- a/lib/tracer.ex +++ b/lib/tracer.ex @@ -213,7 +213,6 @@ defmodule Spandex.Tracer do Spandex.continue_trace(span_name, span_context, config(opts, @otp_app)) end - {:spandex, github: "spandex-project/spandex", branch: "allow-setting-trace-key"}, # This is just to get around the ambiguous defaults until we fully remove this API def continue_trace(span_name, trace_id, span_id) do continue_trace(span_name, trace_id, span_id, [])