[gbrainy] Remove debugging code
- From: Jordi Mas <jmas src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gbrainy] Remove debugging code
- Date: Mon, 17 Oct 2011 21:17:15 +0000 (UTC)
commit 1f3ce9e796ad88aa796d25f3312db384761538b0
Author: Jordi Mas <jmas softcatala org>
Date: Mon Oct 17 23:17:23 2011 +0200
Remove debugging code
src/Games/Logic/PuzzleBuildTriangle.cs | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
---
diff --git a/src/Games/Logic/PuzzleBuildTriangle.cs b/src/Games/Logic/PuzzleBuildTriangle.cs
index 45590c2..0041ae0 100644
--- a/src/Games/Logic/PuzzleBuildTriangle.cs
+++ b/src/Games/Logic/PuzzleBuildTriangle.cs
@@ -98,8 +98,6 @@ namespace gbrainy.Games.Logic
Answer.Correct = answers[0] + " | " + answers[1] + " | " + answers[2];
Answer.CheckExpression = Answer.GetMultiOptionsExpression ();
Answer.CorrectShow = answers[0] + answers[1] + answers[2];
- Console.WriteLine ("Answer.Correct {0}", Answer.Correct);
- Console.WriteLine ("Answer.CheckExpression {0}", Answer.CheckExpression);
}
private static void DrawFigure (CairoContextEx gr, double x, double y, Figures figure)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]