diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-07-17 15:48:17 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-07-17 15:48:17 +0100 |
| commit | 9081b07537c2eff413f383c4a3bf4de676a4b3c5 (patch) | |
| tree | 04b19a8123bc8316624db75d6670ebcdee052ced /src/lib | |
| parent | 604d8cbe78298ddc961f5bccc2815c8640262d94 (diff) | |
Remove debug code.
Diffstat (limited to 'src/lib')
| -rw-r--r-- | src/lib/curl_uploader.cc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/lib/curl_uploader.cc b/src/lib/curl_uploader.cc index b88898544..b05608536 100644 --- a/src/lib/curl_uploader.cc +++ b/src/lib/curl_uploader.cc @@ -78,8 +78,6 @@ CurlUploader::upload_file (boost::filesystem::path from, boost::filesystem::path String::compose ("ftp://%1/%2/%3", Config::instance()->tms_ip(), Config::instance()->tms_path(), to.string ()).c_str () ); - cout << String::compose ("ftp://%1/%2/%3", Config::instance()->tms_ip(), Config::instance()->tms_path(), to.string ()) << "\n"; - _file = fopen_boost (from, "rb"); if (!_file) { throw NetworkError (String::compose (_("Could not open %1 to send"), from)); |
