Skip to content

Commit 4dbc9c3

Browse files
committed
chore: remove debug log
1 parent 9ae1d30 commit 4dbc9c3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

cli/commands/share-device.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ export const shareDeviceCommand = ({
1717
}): CommandDefinition => ({
1818
command: `share-device <deviceId> <model> <email>`,
1919
action: async (deviceId, model, email) => {
20-
console.log(publicDevicesTableName)
2120
if (!modelIDs.includes(model))
2221
throw new Error(
2322
`Unknown model ${model}. Known models are ${modelIDs.join(', ')}.`,

0 commit comments

Comments
 (0)