From bb08cf85e38f02d5785b2a23c38d3b4c8020989c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Thu, 26 Jan 2012 23:27:34 +0100 Subject: Remove a leftover ct:print --- test/http_SUITE.erl | 1 - 1 file changed, 1 deletion(-) (limited to 'test') diff --git a/test/http_SUITE.erl b/test/http_SUITE.erl index 29fe4c3..862a110 100644 --- a/test/http_SUITE.erl +++ b/test/http_SUITE.erl @@ -620,6 +620,5 @@ rest_nodelete(Config) -> Request = "DELETE /nodelete HTTP/1.1\r\nHost: localhost\r\n\r\n", ok = gen_tcp:send(Socket, Request), {ok, Data} = gen_tcp:recv(Socket, 0, 6000), - ct:print("response ~p~n", [Data]), {0, 12} = binary:match(Data, <<"HTTP/1.1 500">>), ok = gen_tcp:close(Socket). -- cgit v1.2.3