Remove log.Printf
This commit is contained in:
parent
d9cfd97833
commit
c77cc22955
|
@ -3,7 +3,6 @@ package main
|
|||
import (
|
||||
"encoding/json"
|
||||
"fmt"
|
||||
"log"
|
||||
"net/http"
|
||||
"os"
|
||||
"time"
|
||||
|
@ -29,7 +28,6 @@ func NewSession(w http.ResponseWriter, r *http.Request) (*Session, error) {
|
|||
if err != nil {
|
||||
return nil, err
|
||||
}
|
||||
log.Printf("%+v", session)
|
||||
return session, nil
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user