test: remove a leftover etrace()

Part-of: <https://gitlab.freedesktop.org/libinput/libinput/-/merge_requests/1408>
This commit is contained in:
Peter Hutterer 2026-01-13 12:14:56 +10:00 committed by Marge Bot
parent 2772863af0
commit 005a3e5622

View file

@ -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);