remove verbose generation of hashes
This commit is contained in:
parent
4c367df7e5
commit
8da56f161f
1 changed files with 2 additions and 2 deletions
4
Tools.cs
4
Tools.cs
|
@ -171,11 +171,11 @@ namespace LibZNI
|
|||
}
|
||||
string Hash = hashData.ToString();
|
||||
tmp[i] = Hash[(i > 31 ? 1 : i)];
|
||||
Console.Write("\r" + tmp.ToString() + "\r");
|
||||
//Console.Write("\r" + tmp.ToString() + "\r");
|
||||
}
|
||||
}
|
||||
}
|
||||
Console.WriteLine("\r\n");
|
||||
//Console.WriteLine("\r\n");
|
||||
_key = tmp.ToString();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue