From 92e990bdb2a3b293e66bc725ad77dc19838b393d Mon Sep 17 00:00:00 2001 From: Joseph Wright Date: Fri, 4 Jun 2021 16:18:47 +0100 Subject: [PATCH] Mumble --- l3backend/l3backend-color.dtx | 1 - 1 file changed, 1 deletion(-) diff --git a/l3backend/l3backend-color.dtx b/l3backend/l3backend-color.dtx index f1440c7859..f3477911b4 100644 --- a/l3backend/l3backend-color.dtx +++ b/l3backend/l3backend-color.dtx @@ -1501,7 +1501,6 @@ local function traverse(list,color,dry_run) if new_color ~= color then color = new_color if not dry_run then - print("NEW NODE") head = insert_before(head,n,create_node(color)) end end