[gbrainy] Comment on tt date formatting
- From: Jordi Mas <jmas src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gbrainy] Comment on tt date formatting
- Date: Tue, 2 Oct 2012 20:48:17 +0000 (UTC)
commit 32e8e1ea6bafe15c08ae9af06f57f30c129616be
Author: Jordi Mas <jmas softcatala org>
Date: Tue Oct 2 22:50:39 2012 +0200
Comment on tt date formatting
src/Games/Logic/PuzzleTimeNow.cs | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/src/Games/Logic/PuzzleTimeNow.cs b/src/Games/Logic/PuzzleTimeNow.cs
index f253c26..4f8f7c6 100644
--- a/src/Games/Logic/PuzzleTimeNow.cs
+++ b/src/Games/Logic/PuzzleTimeNow.cs
@@ -83,7 +83,6 @@ namespace gbrainy.Games.Logic
// For 12-hour clock format use {0:%h} and for 24-hour clock format use {0:%H}. The date formats {0:h} and {0:H} are invalid.
// 'tt' is the A.M./P.M. designator
Answer.Correct = String.Format (Translations.GetString ("{0:h tt}"), ans);
- Console.WriteLine ("{0}", Answer.Correct);
Answer.CheckAttributes = GameAnswerCheckAttributes.IgnoreCase | GameAnswerCheckAttributes.IgnoreSpaces;
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]