diff options
author | John Klug <john.klug@multitech.com> | 2017-12-08 15:29:35 -0600 |
---|---|---|
committer | John Klug <john.klug@multitech.com> | 2017-12-11 11:29:49 -0600 |
commit | bd7f425da3e2a75aac57202255542daaff633831 (patch) | |
tree | 29b4a5610a18f535969dcc2ab72cdc5bf2101c7b /recipes-bsp/multitech/get-eeprom-device-info/get-eeprom-device-info.sh | |
parent | 4186e178a17013588e40ef47213d8678025f0618 (diff) | |
download | meta-multitech-bd7f425da3e2a75aac57202255542daaff633831.tar.gz meta-multitech-bd7f425da3e2a75aac57202255542daaff633831.tar.bz2 meta-multitech-bd7f425da3e2a75aac57202255542daaff633831.zip |
Remove debug code
Diffstat (limited to 'recipes-bsp/multitech/get-eeprom-device-info/get-eeprom-device-info.sh')
-rwxr-xr-x | recipes-bsp/multitech/get-eeprom-device-info/get-eeprom-device-info.sh | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/recipes-bsp/multitech/get-eeprom-device-info/get-eeprom-device-info.sh b/recipes-bsp/multitech/get-eeprom-device-info/get-eeprom-device-info.sh index b84b360..02754a6 100755 --- a/recipes-bsp/multitech/get-eeprom-device-info/get-eeprom-device-info.sh +++ b/recipes-bsp/multitech/get-eeprom-device-info/get-eeprom-device-info.sh @@ -134,8 +134,6 @@ while true ; do esac done -echo TRY_COUNT IS $TRY_COUNT - # Read device information from eeprom device mts-id-eeprom --in-file /sys/bus/i2c/devices/i2c-0/0-0056/eeprom > ${CONFIG_PATH}/device_info |