Skip to content

Commit

Permalink
Remove an extra log line
Browse files Browse the repository at this point in the history
This shouldn't be an error log. It isn't required anyway because it is
being logged anyway 3 lines below.
  • Loading branch information
crodjer committed Sep 10, 2020
1 parent 9909c9e commit 37b84ca
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Zabbix/opsgenie-zabbix/send2opsgenie.go
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,6 @@ func http_post() {
var logPrefix = "[TriggerId: " + parameters["triggerId"] + ", HostName: " + parameters["hostName"] + "]"

apiUrl := configParameters["opsgenie.api.url"] + "/v1/json/zabbix"
logger.Error("apiUrl: " + apiUrl)
target := "OpsGenie"

if logger != nil {
Expand Down

0 comments on commit 37b84ca

Please sign in to comment.