Skip to content

Commit 3e8be4c

Browse files
committed
Remove extra println in Debugging getbackgroundcolor()
1 parent 798505a commit 3e8be4c

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

OpenBCI_GUI/Debugging.pde

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,6 @@ class HelpWidget {
168168
//base color - #FFD2D2;
169169
sat = 18;
170170
sat = (int)map(fadeVal, 0, 100, sat, maxSat);
171-
println("ERROR");
172171
return color(0, sat, 100);
173172
case DEFAULT:
174173
default:

0 commit comments

Comments
 (0)