removed debugging
This commit is contained in:
@@ -21,7 +21,6 @@ namespace Server
|
|||||||
private string username = null;
|
private string username = null;
|
||||||
private DateTime sessionStart;
|
private DateTime sessionStart;
|
||||||
private string fileName;
|
private string fileName;
|
||||||
private int temp;
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@@ -151,12 +150,6 @@ namespace Server
|
|||||||
else if (payloadbytes.Length == 2)
|
else if (payloadbytes.Length == 2)
|
||||||
{
|
{
|
||||||
saveData?.WriteDataRAWBPM(payloadbytes);
|
saveData?.WriteDataRAWBPM(payloadbytes);
|
||||||
temp++;
|
|
||||||
if (temp > 50)
|
|
||||||
{
|
|
||||||
Console.WriteLine(BitConverter.ToString(this.saveData?.getBPMgraphData(10, 2)));
|
|
||||||
temp = 0;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user