From 01e260e9aaff8b61f8075daa8971ce4b6090d0cf Mon Sep 17 00:00:00 2001 From: Daniel Barlow Date: Tue, 17 Jun 2025 22:10:41 +0100 Subject: [PATCH] remove debug print --- pkgs/maps/main.fnl | 1 - 1 file changed, 1 deletion(-) diff --git a/pkgs/maps/main.fnl b/pkgs/maps/main.fnl index 22e8f71..c8e79c8 100644 --- a/pkgs/maps/main.fnl +++ b/pkgs/maps/main.fnl @@ -281,7 +281,6 @@ label.readout { (when (not (= app-state.orientation-actual app-state.orientation-target)) - (print (- app-state.orientation-actual app-state.orientation-target)) (g:translate (+ (/ viewport-width 2)) (+ (/ viewport-height 2))) (g:rotate (* (/ (- 360 (- app-state.orientation-actual app-state.orientation-target)) 180) math.pi)) (g:translate (- (/ viewport-width 2)) (- (/ viewport-height 2))))