Removed Debug output

This commit is contained in:
Rich
2014-11-10 13:06:32 +00:00
parent d90e472f23
commit a711691ff6
4 changed files with 6 additions and 6 deletions

View File

@@ -310,8 +310,8 @@ namespace Volian.Print.Library
static Regex rgx = new Regex(@"\\(b|ul|up[1-9]|dn0|up0|dn[1-9]|b0|ulnone)( |$|(?=\\))");
private void WriteRTF(string text)
{
if (text.Contains("\\"))
Console.WriteLine("here");
//if (text.Contains("\\"))
// Console.WriteLine("here");
Match m = rgx.Match(text);
while (m.Success)
{