diff options
author | Sebastian Geerken <devnull@localhost> | 2014-11-21 19:48:07 +0100 |
---|---|---|
committer | Sebastian Geerken <devnull@localhost> | 2014-11-21 19:48:07 +0100 |
commit | c8d70be980c0ff809e204db089d30aa06c2d06ca (patch) | |
tree | 73af021b0a1e9be01749741910c89c8b737842d0 | |
parent | 1dad546d6e3b964a8d8e03a4349007ea4efcaa55 (diff) |
Removed redundant message.
-rw-r--r-- | dw/textblock.cc | 2 |
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); |