From 4fd22d566bc9d415e4c67149d787d21469502e2c Mon Sep 17 00:00:00 2001 From: Igor Belitskiy Date: Wed, 1 Mar 2023 17:27:25 +0600 Subject: [PATCH] =?UTF-8?q?=D0=A3=D0=B1=D1=80=D0=B0=D0=BD=D1=8B=20cout?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- source/ubl-settings-datetime.cc | 3 --- 1 file changed, 3 deletions(-) diff --git a/source/ubl-settings-datetime.cc b/source/ubl-settings-datetime.cc index 3639da0..a322279 100755 --- a/source/ubl-settings-datetime.cc +++ b/source/ubl-settings-datetime.cc @@ -438,13 +438,10 @@ void MainWindow::wrapper_system(string cmd){ void MainWindow::hardware_clock_global(string &local, string &utc){ int index = cbHw->get_active_row_number(); - cout << index << endl; if (index == 0){ - cout << local << endl; wrapper_system(local); } else if (index == 1){ - cout << utc << endl; wrapper_system(utc); } }