[glom] Remove some debug output.
- From: Murray Cumming <murrayc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glom] Remove some debug output.
- Date: Tue, 22 Oct 2013 11:38:44 +0000 (UTC)
commit e3af26ec4d47086a374294cd1de4bf2d6e0f0f69
Author: Murray Cumming <murrayc murrayc com>
Date: Tue Oct 22 11:37:10 2013 +0200
Remove some debug output.
glom/application.cc | 2 --
glom/frame_glom.cc | 2 +-
2 files changed, 1 insertions(+), 3 deletions(-)
---
diff --git a/glom/application.cc b/glom/application.cc
index da14eef..2961f6f 100644
--- a/glom/application.cc
+++ b/glom/application.cc
@@ -102,8 +102,6 @@ void Application::on_startup()
add_accelerator("<Primary>c", "edit.copy");
add_accelerator("<Primary>v", "edit.paste");
add_accelerator("<Primary>f", "edit.find");
-
- std::cout << "debug" << std::endl;
}
void Application::on_open(const Gio::Application::type_vec_files& files,
diff --git a/glom/frame_glom.cc b/glom/frame_glom.cc
index 526cea4..4df863c 100644
--- a/glom/frame_glom.cc
+++ b/glom/frame_glom.cc
@@ -2559,7 +2559,7 @@ gulong Frame_Glom::update_records_count()
gulong count_all = 0;
gulong count_found = 0;
m_Notebook_Data.get_record_counts(count_all, count_found);
- std::cout << G_STRFUNC << ": count_all=" << count_all << ", count_found=" << count_found << std::endl;
+ //std::cout << G_STRFUNC << ": count_all=" << count_all << ", count_found=" << count_found << std::endl;
std::string str_count_all, str_count_found;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]