refactor: Remove v1 logging vestiges.

This commit is contained in:
Peter Johanson
2023-01-17 20:36:34 -05:00
committed by Pete Johanson
parent e84b4299b5
commit 062f94d014
11 changed files with 39 additions and 40 deletions

View File

@@ -148,7 +148,7 @@ int zmk_endpoints_send_report(uint16_t usage_page) {
static int endpoints_handle_set(const char *name, size_t len, settings_read_cb read_cb,
void *cb_arg) {
LOG_DBG("Setting endpoint value %s", log_strdup(name));
LOG_DBG("Setting endpoint value %s", name);
if (settings_name_steq(name, "preferred", NULL)) {
if (len != sizeof(enum zmk_endpoint)) {