[Xfce4-commits] <mousepad:master> * mousepad/mousepad-undo.c: Remove testing messages.

Nick Schermer noreply at xfce.org
Sat May 5 21:31:08 CEST 2012


Updating branch refs/heads/master
         to ccf616594ecd39b49bb632372c7cd28557a776f1 (commit)
       from d1075d569a475bc2e16dfaab0209e1e4d0c8dec0 (commit)

commit ccf616594ecd39b49bb632372c7cd28557a776f1
Author: Nick Schermer <nick at xfce.org>
Date:   Mon Dec 10 19:47:45 2007 +0000

    * mousepad/mousepad-undo.c: Remove testing messages.
    
    
    (Old svn revision: 26455)

 ChangeLog                |    7 ++++++-
 mousepad/mousepad-undo.c |    5 -----
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index dbc8aa4..61cccf7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,9 @@
-2007-12-08	Nick Schermer <nick at xfce.org>
+2007-12-10	Nick Schermer <nick at xfce.org>
+
+	* mousepad/mousepad-undo.c: Remove testing messages.
+
+
+2007-12-10	Nick Schermer <nick at xfce.org>
 
 	* mousepad/mousepad-window.c: Use the switch-page signal instead
 	  of a notify on the page property.
diff --git a/mousepad/mousepad-undo.c b/mousepad/mousepad-undo.c
index ab0adf0..2a98693 100644
--- a/mousepad/mousepad-undo.c
+++ b/mousepad/mousepad-undo.c
@@ -497,8 +497,6 @@ mousepad_undo_cache_to_step (MousepadUndo *undo)
       /* reset the cache */
       mousepad_undo_cache_reset (undo);
     }
-
-  g_message ("%d steps", undo->n_steps);
 }
 
 
@@ -814,9 +812,6 @@ mousepad_undo_save_point (MousepadUndo *undo)
 
   /* store the current needle position */
   undo->saved = undo->needle;
-
-  /* TODO remove */
-  g_message ("store save point");
 }
 
 


More information about the Xfce4-commits mailing list