From 73cd4142671544297b0b7c1e9d107ea66b22b893 Mon Sep 17 00:00:00 2001 From: Cameron Dale Date: Thu, 21 Feb 2008 13:43:03 -0800 Subject: [PATCH] Remove some extra logging that shouldn't have been in the last commit. --- apt_dht_Khashmir/node.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/apt_dht_Khashmir/node.py b/apt_dht_Khashmir/node.py index 9903b5a..580ad9c 100644 --- a/apt_dht_Khashmir/node.py +++ b/apt_dht_Khashmir/node.py @@ -5,7 +5,6 @@ from datetime import datetime, MINYEAR from types import InstanceType from twisted.trial import unittest -from twisted.python import log import khash from util import compact @@ -16,7 +15,6 @@ NULL_ID = 20 * '\0' class Node: """encapsulate contact info""" def __init__(self, id, host = None, port = None): - log.msg('New node: id=%r, host=%r, port=%r' % (id, host, port)) self.fails = 0 self.lastSeen = datetime(MINYEAR, 1, 1) -- 2.30.2