seems partially working

This commit is contained in:
davidnewhall2 2020-06-22 00:19:55 -07:00
parent 5ab3b447b8
commit c05f22a3ad
1 changed files with 0 additions and 3 deletions

View File

@ -3,7 +3,6 @@ package unifi
import (
"encoding/json"
"fmt"
"log"
"time"
)
@ -93,8 +92,6 @@ func makeEventParams(timeRange ...time.Time) (string, error) {
params, err := json.Marshal(&rp)
log.Println(string(params))
return string(params), err
}