From 82975a6a38d0807e962b0e4b6cbd76337dc8189c Mon Sep 17 00:00:00 2001 From: isanae <14251494+isanae@users.noreply.github.com> Date: Wed, 12 Jun 2019 15:32:07 -0400 Subject: reduced spacing between buttons, removed chatty logging --- src/editexecutablesdialog.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/editexecutablesdialog.cpp') diff --git a/src/editexecutablesdialog.cpp b/src/editexecutablesdialog.cpp index e2772757..6c0522e4 100644 --- a/src/editexecutablesdialog.cpp +++ b/src/editexecutablesdialog.cpp @@ -316,8 +316,6 @@ void EditExecutablesDialog::save() return; } - qDebug().nospace() << "saving '" << e->title() << "'"; - // title may have changed, start with the stuff using it // custom overwrites -- cgit v1.3.1