Skip to content

Commit

Permalink
chore: remove debug line
Browse files Browse the repository at this point in the history
  • Loading branch information
Julusian committed Dec 10, 2024
1 parent 4177162 commit ed55fda
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions meteor/server/publications/peripheralDeviceForDevice.ts
Original file line number Diff line number Diff line change
Expand Up @@ -117,8 +117,6 @@ export function convertPeripheralDeviceForGateway(
}
}

console.log('got', peripheralDevice._id, deviceSettings)

return literal<Complete<PeripheralDeviceForDevice>>({
_id: peripheralDevice._id,
studioId: peripheralDevice.studioAndConfigId?.studioId,
Expand Down

0 comments on commit ed55fda

Please sign in to comment.