[gbrainy] Remove debugging messages
- From: Jordi Mas <jmas src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [gbrainy] Remove debugging messages
- Date: Sat, 21 Nov 2009 09:59:47 +0000 (UTC)
commit 8dbcbb4cf55a3500f27d4b52fc0bdaf1fc886b2f
Author: Jordi Mas <jmas softcatala org>
Date: Sat Nov 21 11:00:33 2009 +0100
Remove debugging messages
src/Clients/Classical/gbrainy.cs | 2 --
src/Core/Main/Game.cs | 1 -
src/Core/Main/Memory.cs | 1 -
3 files changed, 0 insertions(+), 4 deletions(-)
---
diff --git a/src/Clients/Classical/gbrainy.cs b/src/Clients/Classical/gbrainy.cs
index 6655a21..3bd79e4 100644
--- a/src/Clients/Classical/gbrainy.cs
+++ b/src/Clients/Classical/gbrainy.cs
@@ -185,8 +185,6 @@ namespace gbrainy.Clients.Classical
else
tip = false;
- Console.WriteLine ("ActiveInputControls {0}", session.Status);
-
switch (session.Status) {
case GameSession.SessionStatus.NotPlaying:
case GameSession.SessionStatus.Finished:
diff --git a/src/Core/Main/Game.cs b/src/Core/Main/Game.cs
index bb18f17..552d5c2 100644
--- a/src/Core/Main/Game.cs
+++ b/src/Core/Main/Game.cs
@@ -90,7 +90,6 @@ namespace gbrainy.Core.Main
public ISynchronizeInvoke SynchronizingObject {
set {
synchronize = value;
- Console.WriteLine ("Game.SynchronizingObject (GtkSynchronize) {0} {1}", this, value);
}
get { return synchronize; }
}
diff --git a/src/Core/Main/Memory.cs b/src/Core/Main/Memory.cs
index 77e779c..fc149e0 100644
--- a/src/Core/Main/Memory.cs
+++ b/src/Core/Main/Memory.cs
@@ -100,7 +100,6 @@ namespace gbrainy.Core.Main
timer.Interval = (1 * 100); // 0.1 seconds
buttons_active = false;
timer.Enabled = false;
- Console.WriteLine ("Memory.InitializeGame (GtkSynchronize) is null {0}", SynchronizingObject == null);
alpha = 1;
draw_timer = false;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]