removed some left over debug prints
This commit is contained in:
parent
7900aed983
commit
c19812a181
1 changed files with 0 additions and 2 deletions
2
main.go
2
main.go
|
|
@ -213,7 +213,6 @@ func (server Server) streamRecordings(w http.ResponseWriter, r *http.Request) {
|
||||||
log.Println("Could not read watchArea directory", err)
|
log.Println("Could not read watchArea directory", err)
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
log.Println("got images: ", len(images))
|
|
||||||
moments := make([][]string, 0)
|
moments := make([][]string, 0)
|
||||||
currentMoment := make([]string, 0)
|
currentMoment := make([]string, 0)
|
||||||
momentIndex := 0
|
momentIndex := 0
|
||||||
|
|
@ -272,7 +271,6 @@ func (server Server) streamRecordings(w http.ResponseWriter, r *http.Request) {
|
||||||
stream,
|
stream,
|
||||||
watchArea,
|
watchArea,
|
||||||
})
|
})
|
||||||
log.Println(err)
|
|
||||||
}
|
}
|
||||||
|
|
||||||
func main() {
|
func main() {
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue