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 {