mirror of
https://github.com/Telecominfraproject/wlan-cloud-owprov.git
synced 2026-01-27 10:22:54 +00:00
Signed-off-by: stephb9959 <stephane.bourque@gmail.com>
This commit is contained in:
@@ -103,10 +103,6 @@ namespace OpenWifi {
|
||||
std::vector<std::string> DeviceList;
|
||||
StorageService()->InventoryDB().GetDevicesUUIDForVenue(Venue.info.id, DeviceList);
|
||||
|
||||
for(const auto &i:DeviceList) {
|
||||
std::cout << "Upgrade device list:" << i << std::endl;
|
||||
}
|
||||
|
||||
for (const auto &uuid : DeviceList) {
|
||||
auto NewTask =
|
||||
new VenueDeviceUpgrade(uuid, Venue.info.name, Revision_, Rules, Logger());
|
||||
|
||||
Reference in New Issue
Block a user