Skip to content

Commit

Permalink
more logs
Browse files Browse the repository at this point in the history
  • Loading branch information
shlokamin committed Oct 30, 2023
1 parent b2a7b48 commit ed4947b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion app-shell/src/usb.ts
Original file line number Diff line number Diff line change
Expand Up @@ -162,8 +162,8 @@ export function registerUsb(dispatch: Dispatch): (action: Action) => unknown {
console.log('omg usb device REMOVED')
if (isUsbDeviceOt3(action.payload.usbDevice)) {
console.log('AND its a FLEX!')
destroyUsbHttpAgent()
ipcMain.removeHandler('usb:request')
destroyUsbHttpAgent()
dispatch(usbRequestsStop())
// handle any additional invocations of usb:request
ipcMain.handle('usb:request', () =>
Expand Down
3 changes: 3 additions & 0 deletions app/src/organisms/Devices/RobotOverview.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,9 @@ export function RobotOverview({
agentId: userId,
})

console.log('HITTING ROBOT INFO')
console.log({ robot })

return robot != null ? (
<>
<Flex
Expand Down

0 comments on commit ed4947b

Please sign in to comment.