mirror of
https://github.com/qmk/qmk_firmware.git
synced 2026-07-17 15:27:35 -04:00
Handle userspace xap.hjson spec files - remove prints....
This commit is contained in:
@@ -104,9 +104,6 @@ def _find_km_spec(kb, km):
|
||||
keymap_spec = keymap_dir / XAP_SPEC
|
||||
userspace_spec = USERSPACE_DIR / username / XAP_SPEC
|
||||
|
||||
print(keymap_spec.exists())
|
||||
print(userspace_spec.exists())
|
||||
|
||||
# In the case of both userspace and keymap - keymap wins
|
||||
return keymap_spec if keymap_spec.exists() else userspace_spec
|
||||
|
||||
|
||||
Reference in New Issue
Block a user