Skip to content

Commit

Permalink
https://telecominfraproject.atlassian.net/browse/WIFI-13200
Browse files Browse the repository at this point in the history
Signed-off-by: stephb9959 <[email protected]>
  • Loading branch information
stephb9959 committed Dec 15, 2023
1 parent 5a8d5a1 commit f5b5b3e
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/Tasks/VenueUpgrade.h
Original file line number Diff line number Diff line change
Expand Up @@ -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());
Expand Down

0 comments on commit f5b5b3e

Please sign in to comment.