From 4ec5298ca56188a713e92e730efbcb03054b8527 Mon Sep 17 00:00:00 2001 From: Ollo Date: Sun, 23 Jan 2022 15:13:40 +0100 Subject: [PATCH] Less debug output --- simulation/src/de/c3ma/ollo/mockup/ESP8266Ws2812.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/simulation/src/de/c3ma/ollo/mockup/ESP8266Ws2812.java b/simulation/src/de/c3ma/ollo/mockup/ESP8266Ws2812.java index fcaca9f..5cb8a39 100644 --- a/simulation/src/de/c3ma/ollo/mockup/ESP8266Ws2812.java +++ b/simulation/src/de/c3ma/ollo/mockup/ESP8266Ws2812.java @@ -145,7 +145,7 @@ public class ESP8266Ws2812 extends TwoArgFunction { } }); } - System.out.println("[WS2812] buffer fill with " + red + "," + green + "," + blue); + //System.out.println("[WS2812] buffer fill with " + red + "," + green + "," + blue); return LuaValue.valueOf(true); } else if (varargs.isstring(2)) { final LuaString color = varargs.arg(2).checkstring();