Changes:
- db-worker: remove log
This commit is contained in:
parent
0e1201603f
commit
bf2b3987cb
1 changed files with 0 additions and 1 deletions
|
|
@ -16,7 +16,6 @@ func insertMessage(sessionID uint64, msg Message) error {
|
|||
|
||||
// Web
|
||||
case *SessionStart:
|
||||
log.Printf("Session Start: %v", sessionID)
|
||||
return pg.InsertWebSessionStart(sessionID, m)
|
||||
case *SessionEnd:
|
||||
return pg.InsertWebSessionEnd(sessionID, m)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue