summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Corbet <corbet@lwn.net>2008-07-01 12:11:43 -0600
committerJonathan Corbet <corbet@lwn.net>2008-07-01 12:11:43 -0600
commit6eb60baac3247ac92b57f87319d3e261d24aca6b (patch)
tree251996200fe8e34bb2735ee2ca47274b61a960e2
parent6e6ca1d1ae00fc17ffd8cd5465333e4b41d3d357 (diff)
Get rid of a debugging print statement.
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
-rw-r--r--database.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/database.py b/database.py
index edb54cf..c21504b 100644
--- a/database.py
+++ b/database.py
@@ -163,7 +163,6 @@ def AddEmailEmployerMapping (email, employer, end = nextyear):
empl = GetEmployer (employer)
try:
l = EmailToEmployer[email]
- print email, l
for i in range (0, len(l)):
date, xempl = l[i]
if date == end: # probably both nextyear