Skip to content

Commit

Permalink
Remove an extra log lin
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 7a80a8b
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 7a80a8b

Please sign in to comment.