From 5a0f1bf8daa82651310ae5b8e49f6dfb56451b30 Mon Sep 17 00:00:00 2001 From: The Pffy Authors <50888935+pffy@users.noreply.github.com> Date: Fri, 2 Sep 2022 16:46:00 -0700 Subject: [PATCH] Update obj.gs --- src/obj.gs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/obj.gs b/src/obj.gs index dfa7ef8..874b470 100644 --- a/src/obj.gs +++ b/src/obj.gs @@ -218,7 +218,6 @@ function cotton (range) { // detect and convert underline if(textStyles[x][y].isUnderline() && !richTexts[x][y].getLinkUrl()) { - say('hi underline!'); val = addHtmlTagToSyntax(val, 'ins'); }