[longomatch] Remove unused print
- From: Andoni Morales Alastruey <amorales src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [longomatch] Remove unused print
- Date: Sun, 15 Jan 2012 23:04:23 +0000 (UTC)
commit f384eb819b5c3bab0a5a2b622d72580b36252e61
Author: Andoni Morales Alastruey <ylatuya gmail com>
Date: Sun Jan 15 23:28:28 2012 +0100
Remove unused print
LongoMatch.Core/Common/Color.cs | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/LongoMatch.Core/Common/Color.cs b/LongoMatch.Core/Common/Color.cs
index 129b3c9..3c3a267 100644
--- a/LongoMatch.Core/Common/Color.cs
+++ b/LongoMatch.Core/Common/Color.cs
@@ -24,7 +24,6 @@ namespace LongoMatch.Common
static public ushort ByteToShort (Byte val) {
var ret = (ushort) (((float)val) / byte.MaxValue * ushort.MaxValue);
- Console.WriteLine ("IN byte" + val + "Out short" + ret);
return ret;
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]