revid-cli: fixed conflict

This commit is contained in:
saxon 2018-09-19 22:18:45 +09:30
parent 534610f6b8
commit 03f56dba2c
1 changed files with 0 additions and 4 deletions

View File

@ -34,7 +34,6 @@ import (
"runtime/pprof" "runtime/pprof"
"strconv" "strconv"
"time" "time"
"unicode"
"bitbucket.org/ausocean/av/revid" "bitbucket.org/ausocean/av/revid"
"bitbucket.org/ausocean/iot/pi/netsender" "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) logger.Log(smartlogger.Warning, "Invalid VerticalFlip param", "value", value)
} }
default: default:
if unicode.IsUpper(rune(key[0])) {
logger.Log(smartlogger.Warning, "Unexpected param", "value", key)
} // else system params are lower case
} }
} }