[gnumeric] Sheet style: a little less debug noise.
- From: Morten Welinder <mortenw src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnumeric] Sheet style: a little less debug noise.
- Date: Tue, 18 Mar 2014 12:25:31 +0000 (UTC)
commit b03ab7709fa7503d90dfd95d909429b169372b10
Author: Morten Welinder <terra gnome org>
Date: Tue Mar 18 08:25:07 2014 -0400
Sheet style: a little less debug noise.
ChangeLog | 4 ++++
src/sheet-style.c | 2 ++
2 files changed, 6 insertions(+), 0 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index fc0ecc7..f53a015 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2014-03-18 Morten Welinder <terra gnome org>
+
+ * src/sheet-style.c (cell_tile_dump): Less debug chatter.
+
2014-03-17 Morten Welinder <terra gnome org>
* src/mathfunc.c (gnm_log2): Remove. Use libm's log2.
diff --git a/src/sheet-style.c b/src/sheet-style.c
index bcf0eec..ee9fcb8 100644
--- a/src/sheet-style.c
+++ b/src/sheet-style.c
@@ -3202,6 +3202,7 @@ cell_tile_dump (CellTile **tile, int level, CellTileOptimize *data,
crow + h * r);
}
} else {
+#if 0
int i;
for (i = 0; i < tile_size[type]; i++) {
@@ -3210,6 +3211,7 @@ cell_tile_dump (CellTile **tile, int level, CellTileOptimize *data,
i,
(*tile)->style_any.style[i]);
}
+#endif
}
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]