sources/coloredline.cpp

changeset 48
02009f1ec2b7
parent 47
35b968619b0c
child 63
0da5f358f298
--- a/sources/coloredline.cpp	Mon Dec 15 22:35:17 2014 +0200
+++ b/sources/coloredline.cpp	Mon Dec 15 22:36:14 2014 +0200
@@ -147,6 +147,5 @@
 	if (length() % cols != 0)
 		rows++;
 
-	print_to ("logfile", "Line of %1 chars with %2 cols is %3 rows\n", length(), cols, max (rows, 1));
 	return max (rows, 1);
 }

mercurial