spark: disable debug message in LED code

Origin commit data
------------------
Branch: ni/coolstream
Commit: 0bdd33c509
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2013-09-29 (Sun, 29 Sep 2013)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
Stefan Seyfried
2013-09-29 21:43:26 +02:00
parent 018d9f0ce9
commit c9a59810a2

View File

@@ -195,7 +195,7 @@ void CLCD::setled(int red, int green)
if (fd < 0)
return;
printf("%s red:%d green:%d\n", __func__, red, green);
// printf("%s red:%d green:%d\n", __func__, red, green);
for (i = 0; i < 2; i++)
{