Commit 314caeea authored by Pavel Vainerman's avatar Pavel Vainerman

(IOControl): убрал лишний лог..

parent f18144a2
......@@ -1655,8 +1655,6 @@ void IOControl::buildCardsList()
continue;
}
unideb[Debug::LEVEL3] << myname << "(init): ADD card=" << it.getProp("card") << "(" << cname << ")" << " dev=" << iodev << endl;
try
......@@ -1670,8 +1668,6 @@ void IOControl::buildCardsList()
throw;
}
unideb[Debug::INFO] << myname << "(buildCardsList): card" << lastnum << " name=" << cname << endl;
if( cname == "DI32" )
{
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment