aboutsummaryrefslogtreecommitdiff
path: root/dw
diff options
context:
space:
mode:
Diffstat (limited to 'dw')
-rw-r--r--dw/textblock.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/dw/textblock.cc b/dw/textblock.cc
index 993e61f3..5970319d 100644
--- a/dw/textblock.cc
+++ b/dw/textblock.cc
@@ -3135,8 +3135,6 @@ Textblock *Textblock::getTextblockForLine (int firstWord, int lastWord)
Textblock *textblock = NULL;
if (firstWord < words->size ()) {
- DBG_MSG_WORD ("resize", 1, "<i>first word:</i> ", firstWord, "");
-
// A textblock is always between two line breaks, and so the
// first word of the line.
Word *word = words->getRef (firstWord);