[gbrainy] Remove debugging aid
- From: Jordi Mas <jmas src gnome org>
- To: commits-list gnome org
- Cc: 
- Subject: [gbrainy] Remove debugging aid
- Date: Wed, 24 Oct 2012 01:32:12 +0000 (UTC)
commit a371485b89a794f63e61080255630e62d26fceab
Author: Jordi Mas <jmas softcatala org>
Date:   Wed Oct 24 03:32:24 2012 +0200
    Remove debugging aid
 src/Games/Calculation/CalculationConsecutiveSum.cs |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/src/Games/Calculation/CalculationConsecutiveSum.cs b/src/Games/Calculation/CalculationConsecutiveSum.cs
index 5d69326..91c7249 100644
--- a/src/Games/Calculation/CalculationConsecutiveSum.cs
+++ b/src/Games/Calculation/CalculationConsecutiveSum.cs
@@ -89,7 +89,6 @@ namespace gbrainy.Games.Calculation
 				}
 
 				consecutive_pos = MIN_START + random.Next (total_size - MIN_START - CONSECUTIVE_SIZE);
-				Console.WriteLine("Pos " + consecutive_pos);
 				consecutive_sum = 0;
 
 				for (int i = 0; i < CONSECUTIVE_SIZE; i++)
[
Date Prev][
Date Next]   [
Thread Prev][
Thread Next]   
[
Thread Index]
[
Date Index]
[
Author Index]