From bee28a7e534adb87e28f69c4644f88abddd1ec8d Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Tue, 20 Jan 2026 11:42:56 +1000 Subject: [PATCH] test: remove a leftover etrace() Part-of: --- test/test-plugins-lua.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/test/test-plugins-lua.c b/test/test-plugins-lua.c index d3e69365..948d7844 100644 --- a/test/test-plugins-lua.c +++ b/test/test-plugins-lua.c @@ -1015,8 +1015,6 @@ START_TEST(lua_disable_touchpad_jump_detection) when == DEVICE_NEW ? "" : "-- ", when == FIRST_FRAME ? "" : "-- "); - etrace("plugin data:\n%s", lua); - _autofree_ char *path = litest_write_plugin(tmpdir->path, lua); _litest_context_destroy_ struct libinput *li = litest_create_context_with_plugindir(tmpdir->path);