diff --git a/index.html b/index.html index 46ade8a8..5440435a 100644 --- a/index.html +++ b/index.html @@ -26,36 +26,9 @@ textarea { diff --git a/main.go b/main.go index f514176a..428c3a4d 100644 --- a/main.go +++ b/main.go @@ -75,15 +75,12 @@ func ws(w http.ResponseWriter, r *http.Request) { } defer c.Close() - log.Println("new connection") webRTC := webrtc.NewWebRTC() localSession, err := webRTC.StartClient(width, height) if err != nil { log.Fatalln(err) } - log.Println("new connection2") - // streaming game // imageChannel := make(chan *image.RGBA, 100) // go screenshotLoop(imageChannel, webRTC)