Skip to content

Commit a3f337c

Browse files
Remove debug print statement.
1 parent f07d9fb commit a3f337c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/mongo/url_parser.ex

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,6 @@ defmodule Mongo.UrlParser do
114114

115115

116116
defp parse_query_options(opts, %{"options" => options}) when is_binary(options) do
117-
IO.puts("#{inspect(opts)} --- #{inspect(options)}")
118117
options
119118
|> String.split("&")
120119
|> Enum.map(fn option -> String.split(option, "=") end)

0 commit comments

Comments
 (0)