mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-04-09 23:35:44 +00:00
Handle userspace xap.hjson spec files - remove prints....
This commit is contained in:
parent
8e9e6c3ea7
commit
0137c4a310
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user