Browse Source

Remove debug output

main
Marcus Grieger 1 year ago
parent
commit
0f438bd6ef
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      python/servo_mapping.py

+ 0
- 1
python/servo_mapping.py View File

@@ -6,4 +6,3 @@ servo_mapping_filename = "/home/wuselfuzz/hexapod_ng/configuration/servo_mapping
with open(servo_mapping_filename, "r") as f: with open(servo_mapping_filename, "r") as f:
servo_mapping = json.load(f) servo_mapping = json.load(f)


print(json.dumps(servo_mapping, indent=4))

Loading…
Cancel
Save