From f1dcf85d7bfa76f1b4c9a5bc290a1960b374fccb Mon Sep 17 00:00:00 2001 From: daboe01 Date: Sun, 26 Jun 2016 21:33:17 +0200 Subject: [PATCH] turned off logging in RTF parser --- AppKit/CPTextView/_CPRTFParser.j | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AppKit/CPTextView/_CPRTFParser.j b/AppKit/CPTextView/_CPRTFParser.j index 1a0bc1636..37509c7cb 100644 --- a/AppKit/CPTextView/_CPRTFParser.j +++ b/AppKit/CPTextView/_CPRTFParser.j @@ -310,7 +310,7 @@ var kRgsymRtf = { return sym[4]; case 1: - CPLogConsole("skipped : " + sym[4]); + // CPLogConsole("skipped : " + sym[4]); return ''; default: