summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikita Kostovsky <luntik2012@gmail.com>2024-12-04 19:56:50 +0100
committerNikita Kostovsky <luntik2012@gmail.com>2024-12-04 19:56:50 +0100
commitee43621697a4cdc4c7728d4b42ad73b8321137c4 (patch)
tree0300ca83b97b93e641b8afa48862d5082c307d86
parent5e6df9ccf832d166bd231297b521394beec1fec6 (diff)
minor
-rw-r--r--main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.cpp b/main.cpp
index 06b7700..c1b3fe2 100644
--- a/main.cpp
+++ b/main.cpp
@@ -401,7 +401,7 @@ int main(int argc, char *argv[]) {
const auto lines = pixelsToLines(::pixels);
- qDebug() << "lines count is " << lines.count();
+ // qDebug() << "lines count is " << lines.count();
QJsonArray jsonLines;