From 92d86096e9f95522628940c55389c4624f9def10 Mon Sep 17 00:00:00 2001 From: Leonardo Laureti <204957+leolweb@users.noreply.github.com> Date: Fri, 26 Apr 2024 14:59:17 +0200 Subject: [PATCH] preparing 1.4 release, FIX Qt5 compat --- src/gui/gui.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/gui/gui.cpp b/src/gui/gui.cpp index 87dc9949..a87d1350 100644 --- a/src/gui/gui.cpp +++ b/src/gui/gui.cpp @@ -850,10 +850,6 @@ int gui::newTab(string path, bool launch) filename = fpath.parent_path().filename().u8string(); ttname = QString::fromStdString(filename); - - qDebug() << "path " << path; - qDebug() << "filename " << filename; - qDebug() << "ttname " << ttname; } else {