From 3916f73aab0f3a1b4a7c430ccc228c5cff0f1929 Mon Sep 17 00:00:00 2001 From: Benjamin <88098139+Bexin3@users.noreply.github.com> Date: Sun, 14 Jan 2024 11:25:56 +0100 Subject: [PATCH] Remove stray debug line --- src/SpeeduinoGL.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/SpeeduinoGL.cpp b/src/SpeeduinoGL.cpp index 9199534..316206a 100644 --- a/src/SpeeduinoGL.cpp +++ b/src/SpeeduinoGL.cpp @@ -274,7 +274,6 @@ void TransferSquares(float ShiftH, float ShiftV, float zoom, float rotationRad) if (sin(4 * rotationRad) <= 0) { Polarized = 1; - Serial.println("test"); grad1 = gradient2 / gradient1; grad2 = -gradient1 / gradient2; } else {