From 005a3e562264c310cf28520a441c5c211a613aad Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Tue, 13 Jan 2026 12:14:56 +1000 Subject: [PATCH] test: remove a leftover etrace() Part-of: --- test/test-plugins-lua.c | 1 - 1 file changed, 1 deletion(-) diff --git a/test/test-plugins-lua.c b/test/test-plugins-lua.c index 3e7d8821..4efc490c 100644 --- a/test/test-plugins-lua.c +++ b/test/test-plugins-lua.c @@ -956,7 +956,6 @@ START_TEST(lua_disable_button_debounce) when == DEVICE_NEW ? "" : "--", when == FIRST_FRAME ? "" : "--"); _autofree_ char *path = litest_write_plugin(tmpdir->path, lua); - etrace("%s", lua); _litest_context_destroy_ struct libinput *li = litest_create_context_with_plugindir(tmpdir->path);