Remove debug info
This commit is contained in:
@@ -126,7 +126,7 @@ namespace Akari.Provider.WaveshareUART.Views
|
|||||||
|
|
||||||
lock (_user)
|
lock (_user)
|
||||||
{
|
{
|
||||||
Console.WriteLine(_user.IncrementPosition());
|
_user.IncrementPosition();
|
||||||
}
|
}
|
||||||
|
|
||||||
Application.MainLoop.Invoke(() => MessageBox.Query("Add Fingerprint", "Successfully added fingerprint", "Ok"));
|
Application.MainLoop.Invoke(() => MessageBox.Query("Add Fingerprint", "Successfully added fingerprint", "Ok"));
|
||||||
|
|||||||
Reference in New Issue
Block a user