summaryrefslogtreecommitdiffstats
path: root/net/ftp/ftp_network_transaction.cc
diff options
context:
space:
mode:
Diffstat (limited to 'net/ftp/ftp_network_transaction.cc')
-rw-r--r--net/ftp/ftp_network_transaction.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/net/ftp/ftp_network_transaction.cc b/net/ftp/ftp_network_transaction.cc
index e783590..e885d92 100644
--- a/net/ftp/ftp_network_transaction.cc
+++ b/net/ftp/ftp_network_transaction.cc
@@ -913,8 +913,6 @@ int FtpNetworkTransaction::DoDataRead() {
}
int FtpNetworkTransaction::DoDataReadComplete(int result) {
- DLOG(INFO) << read_data_buf_->data(); // The read_data_buf_ is NULL
- // terminated string.
return result;
}