test: remove a leftover etrace()

Part-of: <https://gitlab.freedesktop.org/libinput/libinput/-/merge_requests/1413>
This commit is contained in:
Peter Hutterer 2026-01-20 11:42:56 +10:00
parent dee2d38476
commit bee28a7e53

View file

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