Commit cb4a2cf0 authored by Martin Kammerlander's avatar Martin Kammerlander
Browse files

remove debug output

parent 26b5180b
......@@ -140,12 +140,6 @@ _get_record_id() {
_debug2 "response" "$response"
_record_id="$(echo "$response" | grep -A 4 "$_record_name" | grep "record_id" | cut -f2 -d">" | xargs)"
echo "###########################"
echo "$_record_name"
echo "$_record_id"
echo "###########################"
echo "$response"
echo "###########################"
_debug2 _record_id "$_record_id"
return 0
}
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment