From 450c6ef7fc79aeca30f65a2e3f2c242e26353257 Mon Sep 17 00:00:00 2001 From: Matthew Wild Date: Tue, 16 Dec 2008 02:30:24 +0000 Subject: Remove old debugging line from sessionmanager --- core/sessionmanager.lua | 2 -- 1 file changed, 2 deletions(-) diff --git a/core/sessionmanager.lua b/core/sessionmanager.lua index 169a6db2..963de7ce 100644 --- a/core/sessionmanager.lua +++ b/core/sessionmanager.lua @@ -113,8 +113,6 @@ function bind_resource(session, resource) 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 -- cgit v1.2.3