summaryrefslogtreecommitdiff
path: root/update.c
diff options
context:
space:
mode:
Diffstat (limited to 'update.c')
-rw-r--r--update.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/update.c b/update.c
index 21e43ff..bd67674 100644
--- a/update.c
+++ b/update.c
@@ -2112,10 +2112,7 @@ int cUpdate::cleanupPictures()
useeventsDb->clear();
for (int res = selectAllEvents->find(); res; res = selectAllEvents->fetch())
- {
useIds.insert(useeventsDb->getIntValue("USEID"));
- // tell(0, "DEBUG: insert useid '%ld'", useeventsDb->getIntValue("USEID"));
- }
selectAllEvents->freeResult();
}