diff --git a/src/deluge_core.cpp b/src/deluge_core.cpp index e268322f6..e8ee17c51 100644 --- a/src/deluge_core.cpp +++ b/src/deluge_core.cpp @@ -1642,13 +1642,13 @@ static PyObject *torrent_use_lsd(PyObject *self, PyObject *args) python_long action; PyArg_ParseTuple(args, "i", &action); - if (action){ + /* if (action){ M_ses->start_lsd(); } else{ M_ses->stop_lsd(); } - +*/ Py_INCREF(Py_None); return Py_None; }