From 547d378ceb891774040039ed734052e1f8318a48 Mon Sep 17 00:00:00 2001 From: Marcos Pinto Date: Tue, 26 Jun 2007 02:07:17 +0000 Subject: [PATCH] remove unneeded includes and cleanup --- src/deluge_core.cpp | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/deluge_core.cpp b/src/deluge_core.cpp index 79e21b0f4..e23d93d06 100644 --- a/src/deluge_core.cpp +++ b/src/deluge_core.cpp @@ -55,9 +55,6 @@ #include "libtorrent/natpmp.hpp" #include "libtorrent/extensions/metadata_transfer.hpp" #include "libtorrent/extensions/ut_pex.hpp" -#include -#include -using namespace std; using namespace boost::filesystem; using namespace libtorrent; @@ -337,7 +334,7 @@ static PyObject *torrent_init(PyObject *self, PyObject *args) M_ses->set_upload_rate_limit(-1); M_ses->set_settings(*M_settings); - M_ses->set_severity_level(alert::info); + M_ses->set_severity_level(alert::debug); M_ses->add_extension(&libtorrent::create_metadata_plugin);