From 0f438bd6efae7f6a656516b2fb635d5d9e4bec84 Mon Sep 17 00:00:00 2001 From: Marcus Grieger Date: Sat, 27 Jan 2024 15:14:15 +0100 Subject: [PATCH] Remove debug output --- python/servo_mapping.py | 1 - 1 file changed, 1 deletion(-) diff --git a/python/servo_mapping.py b/python/servo_mapping.py index ef7083c..2520487 100644 --- a/python/servo_mapping.py +++ b/python/servo_mapping.py @@ -6,4 +6,3 @@ servo_mapping_filename = "/home/wuselfuzz/hexapod_ng/configuration/servo_mapping with open(servo_mapping_filename, "r") as f: servo_mapping = json.load(f) -print(json.dumps(servo_mapping, indent=4))