mirror of
https://github.com/gravitl/netmaker.git
synced 2025-09-06 13:14:24 +08:00
remove log
This commit is contained in:
parent
f63b88db73
commit
8d19451244
1 changed files with 0 additions and 1 deletions
|
@ -23,7 +23,6 @@ import (
|
|||
// When this method finishes - the auth flow has finished either OK or by timeout or any other error occured
|
||||
func SessionHandler(conn *websocket.Conn) {
|
||||
defer conn.Close()
|
||||
logger.Log(1, "Running sessionHandler")
|
||||
|
||||
// If reached here we have a session from user to handle...
|
||||
messageType, message, err := conn.ReadMessage()
|
||||
|
|
Loading…
Add table
Reference in a new issue