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))))