Debug code removal.

This commit is contained in:
Moritz Bunkus 2009-08-12 14:32:08 +02:00
parent 9c9281d968
commit b0182dc4e5

View File

@ -145,8 +145,6 @@ format_paragraph(const std::string &text_to_wrap,
const std::string &text_first_line,
int wrap_column,
const char *break_chars) {
wrap_column += 5;
std::string text = text_first_line;
int current_column = utf8_strlen(text);