Removed Debug output
This commit is contained in:
@@ -399,8 +399,8 @@ namespace Volian.Controls.Library
|
||||
}
|
||||
private Match FirstMatch(string text, string replaceWord2)
|
||||
{
|
||||
if(text.Contains(replaceWord2.Replace("(","").Replace(")","").Replace(@"\\",@"\")))
|
||||
Console.WriteLine("here");
|
||||
//if(text.Contains(replaceWord2.Replace("(","").Replace(")","").Replace(@"\\",@"\")))
|
||||
// Console.WriteLine("here");
|
||||
MatchCollection matches = Regex.Matches(text, replaceWord2, RegexOptions.IgnoreCase);
|
||||
if (matches.Count > 0)
|
||||
{
|
||||
|
Reference in New Issue
Block a user