Skip to content

Commit 9471440

Browse files
sergiom371msallin
authored andcommitted
Update HashCreator.cs
1 parent b6ec971 commit 9471440

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

SQLite.CodeFirst/Internal/Utility/HashCreator.cs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,6 @@ internal static class HashCreator
1010
{
1111
public static string CreateHash(string data)
1212
{
13-
while (!Debugger.IsAttached)
14-
{
15-
Thread.Sleep(100);
16-
}
17-
1813
byte[] dataBytes = Encoding.ASCII.GetBytes(data);
1914
using (SHA512 sha512 = SHA512.Create())
2015
{

0 commit comments

Comments
 (0)