src/main.cpp

changeset 337
5bb26aa33ad5
parent 336
e07425ac5834
child 338
719b909a7d2b
--- a/src/main.cpp	Wed Jul 20 21:34:56 2022 +0300
+++ b/src/main.cpp	Wed Jul 20 21:35:55 2022 +0300
@@ -480,7 +480,6 @@
 				if (not model->lastBlock().text().isEmpty()) {
 					cursor.insertBlock();
 				}
-				qDebug() << cursor.blockNumber();
 				cursor.insertText(newText);
 			},
 			[](const DeleteFromModel&){},

mercurial