remove unneeded variable

This commit is contained in:
Patrick Stadler 2016-02-23 09:39:15 +01:00
parent 85ee93aec3
commit 5c0962e12b
1 changed files with 0 additions and 1 deletions

View File

@ -20,7 +20,6 @@ start () {
report () {
local metric=$1
local value=$2
local points
local data="$metric,$__influxdb_hostname value=$value"
curl -s -X POST $INFLUXDB_API_ENDPOINT --data-binary "$data"
}