Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
Acme.Sh
Commits
cb4a2cf0
Commit
cb4a2cf0
authored
Mar 16, 2018
by
Martin Kammerlander
Browse files
remove debug output
parent
26b5180b
Changes
1
Hide whitespace changes
Inline
Side-by-side
dnsapi/dns_kas.sh
View file @
cb4a2cf0
...
...
@@ -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
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment