mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
Remove debugging text
This commit is contained in:
@@ -164,10 +164,8 @@ namespace SabreTools
|
|||||||
// Loop over the dictionary and see if there are matches
|
// Loop over the dictionary and see if there are matches
|
||||||
foreach (KeyValuePair<string, int> entry in tempDict)
|
foreach (KeyValuePair<string, int> entry in tempDict)
|
||||||
{
|
{
|
||||||
logger.Log("Attempting pattern '" + entry.Key + "' on header '" + header + "'");
|
|
||||||
if (Regex.IsMatch(header, entry.Key))
|
if (Regex.IsMatch(header, entry.Key))
|
||||||
{
|
{
|
||||||
logger.Log("Pattern match!");
|
|
||||||
type = test;
|
type = test;
|
||||||
headerSize = entry.Value;
|
headerSize = entry.Value;
|
||||||
break;
|
break;
|
||||||
|
|||||||
Reference in New Issue
Block a user