[gnome-chess] Trivial: remove two lines of commented debug code
- From: Michael Catanzaro <mcatanzaro src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-chess] Trivial: remove two lines of commented debug code
- Date: Wed, 8 Jan 2014 00:12:15 +0000 (UTC)
commit e88e63f5d3040fac17d7211ce5749e7618ad71cb
Author: Michael Catanzaro <mcatanzaro gnome org>
Date: Tue Jan 7 18:09:21 2014 -0600
Trivial: remove two lines of commented debug code
src/chess-engine.vala | 3 ---
1 files changed, 0 insertions(+), 3 deletions(-)
---
diff --git a/src/chess-engine.vala b/src/chess-engine.vala
index d0334fb..842ddd2 100644
--- a/src/chess-engine.vala
+++ b/src/chess-engine.vala
@@ -143,7 +143,6 @@ public abstract class ChessEngine : Object
}
if (status == IOStatus.NORMAL)
{
- //debug ("Read %zu octets from engine", n_read);
buf.resize ((int) n_read);
process_input (buf);
}
@@ -167,8 +166,6 @@ public abstract class ChessEngine : Object
if (n_written < 0)
return;
- //debug ("Wrote %zu octets to engine", n_written);
-
offset += n_written;
}
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]