Browse Source

[trac756] Remove old comment

Michal 'vorner' Vaner 14 years ago
parent
commit
9723ecc53f
1 changed files with 0 additions and 2 deletions
  1. 0 2
      src/lib/python/isc/log/log.cc

+ 0 - 2
src/lib/python/isc/log/log.cc

@@ -135,8 +135,6 @@ getMessage(PyObject*, PyObject* args) {
 
 PyObject*
 reset(PyObject*, PyObject*) {
-    // TODO Should we check we got exactly 0 arguments?
-    // But who cares, it's testing function only
     LoggerManager::reset();
     Py_RETURN_NONE;
 }