stephb9959
2022-09-07 08:40:13 -07:00
parent 98a4bfc6c5
commit 616f3864fb
6 changed files with 59 additions and 76 deletions

View File

@@ -37,7 +37,6 @@ namespace OpenWifi {
bool &Done, std::string &Answer) {
Done = false;
auto Prefix = O->get("serial_prefix").toString();
Logger().information(Poco::format("serial_number_search: %s", Prefix));
if (!Prefix.empty() && Prefix.length() < 13) {
std::vector<uint64_t> Numbers;
SerialNumberCache()->FindNumbers(Prefix, 50, Numbers);