Skip to content

Commit afe44e7

Browse files
author
Chris Park
committed
Removed debug output
1 parent 9a853a1 commit afe44e7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

run-examples.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@ function runExample() {
5050
result=""
5151
script="$(sed s/your_api_key/${API_KEY}/ < ./${1})"
5252
if [ ! -z ${ALT_URL} ]; then
53-
echo "ALT_URL: ${ping_url}"
5453
script=$(echo "${script}" | sed "s#https://api.rosette.com/rest/v1#${ping_url}#")
5554
fi
5655
echo $script

0 commit comments

Comments
 (0)