We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 798505a commit 3e8be4cCopy full SHA for 3e8be4c
1 file changed
OpenBCI_GUI/Debugging.pde
@@ -168,7 +168,6 @@ class HelpWidget {
168
//base color - #FFD2D2;
169
sat = 18;
170
sat = (int)map(fadeVal, 0, 100, sat, maxSat);
171
- println("ERROR");
172
return color(0, sat, 100);
173
case DEFAULT:
174
default:
0 commit comments