Skip to content

Commit

Permalink
remove implemented TODO notice
Browse files Browse the repository at this point in the history
  • Loading branch information
mabrek committed Apr 27, 2012
1 parent aa3cd26 commit b78136a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test_src/pgsql_cast.erl
Expand Up @@ -27,7 +27,6 @@ connect(Host, Username, Password, Opts) ->
{ok, C} = pgsql_sock:start_link(),
Timeout = proplists:get_value(timeout, Opts, ?DEFAULT_CONNECT_TIMEOUT),
Ref = apgsql:connect(C, Host, Username, Password, Opts),
%% TODO connect timeout
receive
{C, Ref, connected} ->
{ok, C};
Expand Down

0 comments on commit b78136a

Please sign in to comment.