[gnome-chess] Trivial: remove two lines of commented debug code



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]