[chronojump] Fixed last commit



commit 15b1a63040ada2c67e962ce87e4c42b7c6e884be
Author: Xavier de Blas <xaviblas gmail com>
Date:   Thu Mar 10 19:22:52 2022 +0100

    Fixed last commit

 src/gui/networks.cs | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
---
diff --git a/src/gui/networks.cs b/src/gui/networks.cs
index ce0fa9cef..0f3977399 100644
--- a/src/gui/networks.cs
+++ b/src/gui/networks.cs
@@ -679,8 +679,7 @@ public partial class ChronoJumpWindow
 
                //select person by RFID
                Person pLocal = SqlitePerson.SelectByRFID(capturedRFID);
-               //Person pServer = json.GetPersonByRFID(capturedRFID);
-               Person pServer = json.GetPersonByRFID("59,134,49,166,42");//TODO: do not upload this!!!
+               Person pServer = json.GetPersonByRFID(capturedRFID);
 
                if(pLocal.UniqueID == -1)
                {


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]