Skip to content

Commit 9dd5247

Browse files
committed
Removed debug variable
1 parent f19416f commit 9dd5247

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

include/remote.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,6 @@ remote_get_config()
4646
file_config=$MODULE_REMOTE_CONFIG_NAME
4747
fi
4848

49-
echo "file_config=$file_config"
50-
5149
if sshpass -p "$MODULE_PASSWORD" ssh $MODULE_REMOTE_USER@$MODULE_REMOTE_HOST stat /tmp/jetson_easy/$file_config \> /dev/null 2\>\&1 ; then
5250
# Get back the remote config
5351
local configuration=""

0 commit comments

Comments
 (0)