Remove debug code

Wed, 20 Jul 2022 21:35:55 +0300

author
Teemu Piippo <teemu.s.piippo@gmail.com>
date
Wed, 20 Jul 2022 21:35:55 +0300
changeset 337
5bb26aa33ad5
parent 336
e07425ac5834
child 338
719b909a7d2b

Remove debug code

src/main.cpp file | annotate | diff | comparison | revisions
--- 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