[gnumeric] don't commit debugging code



commit 2f0334f50fc4166bc756d8d584ba665661cb43b8
Author: Andreas J. Guelzow <aguelzow pyrshep ca>
Date:   Sun May 10 23:07:27 2009 -0600

    don't commit debugging code
    
    2009-05-10  Andreas J. Guelzow <aguelzow pyrshep ca>
    
    	* xlsx-write.c (xlsx_write_cols): and don't commit debugging code
---
 plugins/excel/ChangeLog    |    4 ++++
 plugins/excel/xlsx-write.c |    2 --
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/plugins/excel/ChangeLog b/plugins/excel/ChangeLog
index c58a441..25abe7d 100644
--- a/plugins/excel/ChangeLog
+++ b/plugins/excel/ChangeLog
@@ -1,5 +1,9 @@
 2009-05-10  Andreas J. Guelzow <aguelzow pyrshep ca>
 
+	* xlsx-write.c (xlsx_write_cols): and don't commit debugging code
+	
+2009-05-10  Andreas J. Guelzow <aguelzow pyrshep ca>
+
 	* xlsx-write.c (xlsx_write_cols): fix off-by-one error [#569862]
 	
 2009-05-10  Andreas J. Guelzow <aguelzow pyrshep ca>
diff --git a/plugins/excel/xlsx-write.c b/plugins/excel/xlsx-write.c
index bcbe353..1345d0d 100644
--- a/plugins/excel/xlsx-write.c
+++ b/plugins/excel/xlsx-write.c
@@ -703,8 +703,6 @@ xlsx_write_cols (XLSXWriteState *state, GsfXMLOut *xml, GnmRange const *extent)
 	gboolean has_child = FALSE;
 	int first_col = -1, i;
 
-	g_print ("xlsx_write_cols extent: %i %i\n", extent->start.col, extent->end.col);
-
 	do {
 		info = sheet_col_get (state->sheet, ++first_col);
 	} while (info == NULL && first_col < extent->end.col);



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]