summaryrefslogtreecommitdiff
path: root/database.py
diff options
context:
space:
mode:
Diffstat (limited to 'database.py')
-rw-r--r--database.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/database.py b/database.py
index fcf07af..a0cd736 100644
--- a/database.py
+++ b/database.py
@@ -118,7 +118,6 @@ def LookupStoreHacker(name, email, mapunknown = False):
def AllHackers ():
return HackersByID.values ()
-# return [h for h in HackersByID.values ()] # if (h.added + h.removed) > 0]
def DumpDB ():
out = open ('database.dump', 'w')