Allow scrubCommentsAndStrings with flag.

This commit is contained in:
A Pottinger
2022-01-29 20:17:05 -08:00
parent 8ee119f150
commit 00fbc6974d
@@ -404,7 +404,7 @@ public class PreprocService {
// TODO: convert unicode escapes to chars
// TODO: This appears no longer to be needed.
// SourceUtil.scrubCommentsAndStrings(workBuffer);
SourceUtil.scrubCommentsAndStrings(workBuffer);
result.scrubbedPdeCode = workBuffer.toString();