mirror of
https://github.com/Fishwaldo/Foreman-Gateway.git
synced 2025-03-15 19:31:26 +00:00
Remove Debug Message
This commit is contained in:
parent
b4e68a393b
commit
956ba38b2b
2 changed files with 1 additions and 1 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -13,3 +13,4 @@
|
|||
|
||||
# Dependency directories (remove the comment below to include it)
|
||||
# vendor/
|
||||
zabbix_session
|
||||
|
|
|
@ -55,7 +55,6 @@ func (o *ZabbixController) GetAll() {
|
|||
o.Data["content"] = "Failed to Generate RSS";
|
||||
o.Abort("500")
|
||||
}
|
||||
fmt.Printf("%+v", rss)
|
||||
o.Ctx.ResponseWriter.Header().Set("Content-Type", "application/xml")
|
||||
o.Ctx.WriteString(strings.TrimPrefix(rss, "<?xml version=\"1.0\" encoding=\"UTF-8\"?>"))
|
||||
// o.Resp(rss)
|
||||
|
|
Loading…
Add table
Reference in a new issue