Skip to content

Commit 6058406

Browse files
committed
Program.cs: Remove error message.
6c6b04a
1 parent 4b72ec7 commit 6058406

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/KryptorCLI/Program.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,6 @@ private static void ExtractVisualCRuntime()
164164
}
165165
catch (Exception ex) when (ExceptionFilters.FileAccess(ex))
166166
{
167-
DisplayMessage.Exception(ex.GetType().Name, "Unable to extract the \"vcruntime140.dll\" file, which is required for the libsodium library to function on Windows.");
168167
}
169168
}
170169

0 commit comments

Comments
 (0)