add a custom "Kp2a debug" icon for distinguishability. remove an Assert we don't use and which should fire during debugging.

This commit is contained in:
Philipp Crocoll
2025-03-18 16:43:47 +01:00
parent 6588f40007
commit 6d8407676d
5 changed files with 5 additions and 5 deletions

View File

@@ -35,8 +35,6 @@ namespace KeePassLib.Cryptography
{
get
{
Debug.Assert(m_dicts.Count > 0); // Should be initialized
int iMaxLen = 0;
foreach(int iLen in m_dicts.Keys)
{