We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ae1d30 commit 4dbc9c3Copy full SHA for 4dbc9c3
cli/commands/share-device.ts
@@ -17,7 +17,6 @@ export const shareDeviceCommand = ({
17
}): CommandDefinition => ({
18
command: `share-device <deviceId> <model> <email>`,
19
action: async (deviceId, model, email) => {
20
- console.log(publicDevicesTableName)
21
if (!modelIDs.includes(model))
22
throw new Error(
23
`Unknown model ${model}. Known models are ${modelIDs.join(', ')}.`,
0 commit comments