[Style] Forgot to remove the old code

This commit is contained in:
Matt Nadareski
2017-03-17 10:16:00 -07:00
parent e5db964712
commit 8d110fb68f

View File

@@ -89,12 +89,6 @@ namespace SabreTools.Helper.Tools
}
}
// Then make sure that it has the correct characters
if (!Regex.IsMatch(hash, "[0-9a-f]{" + padding + "}"))
{
hash = "";
}
return hash;
}