diff --git a/bin/sid_user.py b/bin/sid_user.py
index 1b67261e483c9bd3e11d158ed21a2568c5cbb9d1..cd124b81707a059507db6995b5e45dc335cf605a 100755
--- a/bin/sid_user.py
+++ b/bin/sid_user.py
@@ -734,7 +734,6 @@ def main():
             need_to_update = True
             block_to_update = diego.diegoGetObject(sid_results[1][user]['uid'], context_uid)
         elif user in user_exists[1] and user not in sid_results[1] and user not in sid_resigned_results[1]:
-            incomplete_users.append(user)
             logger.debug('SID user ' + user + ' is incomplete and should be updated.')
             need_to_update = True
             block_to_update = diego.diegoGetObject(user_exists[1][user]['uid'], context_uid)