refactor: migrate keybind module to std.log

This commit is contained in:
CJ van den Berg 2025-12-02 12:52:23 +01:00
parent 9dd12ad7dc
commit 4394940594
Signed by: neurocyte
GPG key ID: 8EB1E1BB660E3FB9
2 changed files with 12 additions and 36 deletions

View file

@ -502,7 +502,6 @@ pub fn build_exe(
.{ .name = "EventHandler", .module = EventHandler_mod },
.{ .name = "input", .module = input_mod },
.{ .name = "thespian", .module = thespian_mod },
.{ .name = "log", .module = log_mod },
.{ .name = "Buffer", .module = Buffer_mod },
.{ .name = "config", .module = config_mod },
},