fix: remove unnecessary echo

This commit is contained in:
Anton Livaja 2025-05-01 14:17:33 -07:00
parent 8722409004
commit 890e715e86
Signed by: anton
GPG Key ID: 44A86CFF1FDF0E85
1 changed files with 0 additions and 2 deletions

View File

@ -245,8 +245,6 @@ function cmd_attach() {
vendorid=$(printf "%d\n" "0x$vendorid_hex")
productid=$(printf "%d\n" "0x$productid_hex")
echo $productid
echo $vendorid
(
echo '{"execute":"qmp_capabilities"}'
echo '{"execute":"device_add","arguments":{"driver":"usb-host","bus":"usb.0","vendorid":'$vendorid',"productid":'$productid'}}'