diff options
Diffstat (limited to 'src/user.py')
-rw-r--r-- | src/user.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/user.py b/src/user.py index 252764ae..8ddf47fc 100644 --- a/src/user.py +++ b/src/user.py @@ -32,7 +32,6 @@ class User(object): """ def __init__(self, nick, affiliation, show, status, role): from common import debug - debug('NEW USER: nick:%s, affiliation:%s, show:%s, status:%s, role:%s\n' % (nick, affiliation, show, status, role)) self.last_talked = datetime(1, 1, 1) # The oldest possible time self.update(affiliation, show, status, role) self.change_nick(nick) |