From 934387b1219ee16ab38d5a2a7e2f6e87f46b9900 Mon Sep 17 00:00:00 2001 From: Renaud G Date: Sat, 8 Dec 2018 21:29:27 +0100 Subject: Fix compilation. --- cli/main.cpp | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'cli') diff --git a/cli/main.cpp b/cli/main.cpp index 7cf2b7b..1324a3d 100644 --- a/cli/main.cpp +++ b/cli/main.cpp @@ -267,13 +267,10 @@ int startDiceParsing(QStringList& cmds,QString& treeFile,bool withColor, EXPORTF } if(!list.isEmpty()) { - qDebug() << "list is not empty" << list.size(); for(auto map : list) { - qDebug() << "loop map"<< map.size(); for(auto key : map.keys()) { - qDebug() << "key: "<