core/s2smanager.lua

changeset 977
6f0bdf9e4dfb
parent 976
17af9851c81d
child 995
a007d85b4045
--- a/core/s2smanager.lua	Fri Apr 10 10:36:01 2009 +0100
+++ b/core/s2smanager.lua	Fri Apr 10 10:38:04 2009 +0100
@@ -332,8 +332,6 @@
 function destroy_session(session)
 	(session.log or log)("info", "Destroying "..tostring(session.direction).." session "..tostring(session.from_host).."->"..tostring(session.to_host));
 	
-	log("debug", debug.traceback());
-	
 	if session.direction == "outgoing" then
 		hosts[session.from_host].s2sout[session.to_host] = nil;
 		bounce_sendq(session);

mercurial