# HG changeset patch # User Matthew Wild # Date 1229394624 0 # Node ID 5af5a64a729fc4191c55d9e94c6755ff71821128 # Parent 96848cf7f28c3568158cd5ebc44390498cffb5b4 Remove old debugging line from sessionmanager diff -r 96848cf7f28c -r 5af5a64a729f core/sessionmanager.lua --- a/core/sessionmanager.lua Mon Dec 15 18:06:59 2008 +0000 +++ b/core/sessionmanager.lua Tue Dec 16 02:30:24 2008 +0000 @@ -113,8 +113,6 @@ if session.resource then return nil, "cancel", "already-bound", "Cannot bind multiple resources on a single connection"; end -- We don't support binding multiple resources - session.conntimetotal = gettime()-session.conntime; - resource = resource or uuid_generate(); --FIXME: Randomly-generated resources must be unique per-user, and never conflict with existing