Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
brbeaird committed Feb 28, 2023
1 parent 5f356a1 commit a7ba22c
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/edgeDriver/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## 2023-02-25T23:41:15.0862064
## 2023-02-25T23:44:57.322720808

### Added
- Initial release
1 change: 0 additions & 1 deletion src/edgeDriver/src/commands.lua
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,6 @@ function command_handler.refresh(driver, callingDevice, skipScan, firstAuth)
--Update all devices to show server offline
local device_list = driver:get_devices() --Grab existing devices
for _, device in ipairs(device_list) do
log.info(device.id)
device:offline()

--Set health status cap (needed for routines)
Expand Down
2 changes: 1 addition & 1 deletion src/server/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## 1.0.2 (2023-02-01)
## 1.0.0 (2023-02-27)

### Added
- Initial release

0 comments on commit a7ba22c

Please sign in to comment.