Fixed build error 88/87188/1 accepted/tizen/common/20160907.154218 accepted/tizen/mobile/20160908.003515 accepted/tizen/wearable/20160908.003616 submit/tizen/20160907.012754
authorSeonah Moon <seonah1.moon@samsung.com>
Wed, 7 Sep 2016 01:24:17 +0000 (10:24 +0900)
committerSeonah Moon <seonah1.moon@samsung.com>
Wed, 7 Sep 2016 01:24:39 +0000 (10:24 +0900)
Change-Id: Ieeb133663f6e9f0e2920c2949991a0adf6cb97e7
Signed-off-by: Seonah Moon <seonah1.moon@samsung.com>
test/http_test.c

index f4d1aa2c0d436dca75a3534e8dbd1e807a65a136..9d15c992092b0352e389441b0d36bdf30dc50972 100644 (file)
@@ -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) {