mirror of https://bitbucket.org/ausocean/av.git
revid-cli: fixed conflict
This commit is contained in:
parent
534610f6b8
commit
03f56dba2c
|
@ -34,7 +34,6 @@ import (
|
|||
"runtime/pprof"
|
||||
"strconv"
|
||||
"time"
|
||||
"unicode"
|
||||
|
||||
"bitbucket.org/ausocean/av/revid"
|
||||
"bitbucket.org/ausocean/iot/pi/netsender"
|
||||
|
@ -517,9 +516,6 @@ func updateRevid(ns *netsender.Sender, vars map[string]string, stop bool) error
|
|||
logger.Log(smartlogger.Warning, "Invalid VerticalFlip param", "value", value)
|
||||
}
|
||||
default:
|
||||
if unicode.IsUpper(rune(key[0])) {
|
||||
logger.Log(smartlogger.Warning, "Unexpected param", "value", key)
|
||||
} // else system params are lower case
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue