More mow-erroneous logging.

This commit is contained in:
William McBrine
2018-05-22 04:09:02 -04:00
parent 1fb312ae68
commit 0c9354c97d
2 changed files with 0 additions and 4 deletions

View File

@@ -310,8 +310,6 @@ void _new_packet(attr_t attr, int lineno, int x, int len, const chtype *srcp)
attr_t sysattrs = SP->termattrs;
bool blink = blinked_off && (attr & A_BLINK) && (sysattrs & A_BLINK);
PDC_LOG(("PDC_transform_line() - called: lineno=%d\n", lineno));
if (rectcount == MAXRECT)
PDC_update_rects();

View File

@@ -309,8 +309,6 @@ void _new_packet(attr_t attr, int lineno, int x, int len, const chtype *srcp)
attr_t sysattrs = SP->termattrs;
bool blink = blinked_off && (attr & A_BLINK) && (sysattrs & A_BLINK);
PDC_LOG(("PDC_transform_line() - called: lineno=%d\n", lineno));
if (rectcount == MAXRECT)
PDC_update_rects();