From eebae687f30189c33ce431d322a1eec2a019fcc9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=B6ktu=C4=9F=20=C3=96zdemir?= Date: Sat, 6 Feb 2021 22:27:16 +0300 Subject: [PATCH] Removing the Prints All the print methods were removed. --- lib/tag_highlighting.dart | 5 ----- 1 file changed, 5 deletions(-) diff --git a/lib/tag_highlighting.dart b/lib/tag_highlighting.dart index 99a7ff8..7062e27 100644 --- a/lib/tag_highlighting.dart +++ b/lib/tag_highlighting.dart @@ -81,9 +81,6 @@ class _TagHighlightingState extends State { String toHighlight = text.substring(match.start, match.end); previous = match.end; - print("normalText = $normalText \n"); - print("toHighlight = $toHighlight \n"); - spans.add(TextSpan( text: normalText .replaceAll("<$tagName>", "") @@ -98,8 +95,6 @@ class _TagHighlightingState extends State { style: textStyle, )); - print("spans = $spans"); - count++; // to get the end of the text,