mirror of
https://github.com/VARCem/PDCurses.git
synced 2026-09-23 15:25:01 +00:00
More mow-erroneous logging.
This commit is contained in:
@@ -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();
|
||||
|
||||
|
||||
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user