From: Seonah Moon Date: Wed, 7 Sep 2016 01:24:17 +0000 (+0900) Subject: Fixed build error X-Git-Tag: submit/tizen/20160907.012754^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fchanges%2F88%2F87188%2F1;p=platform%2Fcore%2Fapi%2Fhttp.git Fixed build error Change-Id: Ieeb133663f6e9f0e2920c2949991a0adf6cb97e7 Signed-off-by: Seonah Moon --- diff --git a/test/http_test.c b/test/http_test.c index f4d1aa2..9d15c99 100644 --- a/test/http_test.c +++ b/test/http_test.c @@ -135,7 +135,6 @@ void _write_message_body(http_transaction_h transaction, const char *file_path) stat(file_path, &file_info); file_size = file_info.st_size; - DBG("File size (%d)", file_size); fp = fopen(file_path, "rb"); while (fread(buf, 1, chunk_size, fp) > 0) {