Remove tourneyPath: doesn't make sense without tournament website
[vchess.git] / server / models / User.js
index 655012d..cc104ab 100644 (file)
@@ -177,8 +177,6 @@ const UserModel = {
             "DELETE FROM Users " +
             "WHERE id IN (" + remArg + ")"
           );
-          // Update tournament DB:
-          exec(params.tourneyPath + "/dbsync/delete_users.py " + remArg);
         }
       });
     });