Removed Debug output
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
@@ -117,7 +117,7 @@ namespace Volian.Print.Library
|
||||
if (PdfDebug)
|
||||
{
|
||||
int next = NextTextAtCounter;
|
||||
//if (InList(next,2331,2332)) Console.WriteLine("here");
|
||||
//if (InList(next,1884,1985,1986,1987,1988,1989)) Console.WriteLine("here");
|
||||
string dbt = string.Format("[{0}]{1}", next, debugText ?? "");
|
||||
DrawPdfDebug(cb, left, top, left + width, myColumnText.YLine, dbt, yDescent);
|
||||
}
|
||||
|
Reference in New Issue
Block a user