From a053f03818d27570637c21ef343befb04f5783e9 Mon Sep 17 00:00:00 2001 From: Jeremy Ruston Date: Tue, 4 Feb 2025 16:10:38 +0000 Subject: [PATCH] Remove logging --- core/wiki/macros/CSS.tid | 4 ---- 1 file changed, 4 deletions(-) diff --git a/core/wiki/macros/CSS.tid b/core/wiki/macros/CSS.tid index c1e25c2b7..e0916b72d 100644 --- a/core/wiki/macros/CSS.tid +++ b/core/wiki/macros/CSS.tid @@ -39,7 +39,6 @@ tags: $:/tags/Macro \end actions-compile-palette-wikified \procedure actions-compile-palette-import(inputTitle,outputTitle,exclusions:"",scheme) -<$action-log $message="Inside actions-compile-palette-import" inputTitle=<> outputTitle=<> exclusions=<> scheme=<>/> <%if [enlist!matchcount[]] :map[enlistcount[]compare:number:eq] +[!match[]] %> <$set name="exclusions" filter="[enlist] []"> <$let @@ -50,10 +49,7 @@ tags: $:/tags/Macro <$transclude $variable="actions-compile-palette-import" inputTitle=<> outputTitle=<> exclusions=<> scheme=<>/> <%endif%> - <$action-log $message="Back in actions-compile-palette-import" inputTitle=<> outputTitle=<> exclusions=<> scheme=<>/> - <$action-log $tiddler=<> $indexes={{{ [indexes[]sort[]] +[join[,]] }}} $values={{{ [indexes[]sort[]] :map[getindex] +[join[,]] }}}/> <$action-setmultiplefields $tiddler=<> $indexes="[indexes[]sort[]]" $values="[indexes[]sort[]] :map[getindex]"/> - <$action-log $tiddler=<> $fields={{{ [fields[]sort[]] -title -tags -text +[join[,]] }}} $values={{{ [fields[]sort[]] -title -tags -text :map[get] +[join[,]] }}}/> <$action-setmultiplefields $tiddler=<> $fields="[fields[]sort[]] -title -tags -text" $values="[fields[]sort[]] -title -tags -text :map[get]"/> <%endif%>