remove topic prefix

This commit is contained in:
Daniel Chote
2019-10-15 12:43:32 -04:00
parent 35371304d0
commit 44671ac3cd
4 changed files with 24 additions and 21 deletions

View File

@ -37,9 +37,6 @@ var (
// ClientID is how the name of the client
ClientID string
// TopicPrefix is just that, a prefix for the presented data keys
TopicPrefix string
// Interval is the poll interval in seconds
Interval int
)