From 467173ad9e288aa1ae7f8dc572af22704b71e208 Mon Sep 17 00:00:00 2001 From: Peter Marquardt Date: Tue, 19 Jan 2016 21:12:11 +0100 Subject: [PATCH] removed debug line --- src/squared.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/squared.c b/src/squared.c index 27f1e27..0c27195 100644 --- a/src/squared.c +++ b/src/squared.c @@ -534,7 +534,7 @@ static GColor8 getSlotColor(int x, int y, int digit, int pos, bool isalpha) { } #endif } - if (should_add_var || 1) { + if (should_add_var) { if (argb == 0b11111111) { argb -= variation[ ( y*5 + x + digit*17 + pos*19 )%sizeof(variation) ]; } else {