summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2006-02-27 14:50:13 +0000
committerbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2006-02-27 14:50:13 +0000
commitc5c95f4fc9d6872f772adef132aadc83cea15b0c (patch)
tree4c999fcf0117038372ba4b7af41e64d33c13eb7f
parent565b91d7e5d9ca4a86d5761173b10a32009d508c (diff)
Removed unneccessary debug
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3364 e03df62e-2008-0410-955e-edbf42e46eb7
-rw-r--r--src/modules/m_spanningtree.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/modules/m_spanningtree.cpp b/src/modules/m_spanningtree.cpp
index b11048a40..aca4f9e3d 100644
--- a/src/modules/m_spanningtree.cpp
+++ b/src/modules/m_spanningtree.cpp
@@ -2237,7 +2237,6 @@ class TreeSocket : public InspSocket
params.push_back(":"+InboundDescription);
DoOneToAllButSender(TreeRoot->GetName(),"SERVER",params,InboundServerName);
this->bursting = true;
- WriteOpers("*** Received start of netburst from \2%s\2",InboundServerName.c_str());
this->DoBurst(Node);
}
else if (command == "ERROR")