[shotwell] Remove debug output
- From: Jens Georg <jensgeorg src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [shotwell] Remove debug output
- Date: Sat, 17 Sep 2022 09:44:56 +0000 (UTC)
commit f01b688982a263aded5d6169607e43b9dd04d244
Author: Jens Georg <mail jensge org>
Date: Mon Sep 12 11:30:38 2022 +0200
Remove debug output
src/ProfileBrowser.vala | 2 --
src/Profiles.vala | 3 ---
src/config/GSettingsEngine.vala | 1 -
3 files changed, 6 deletions(-)
---
diff --git a/src/ProfileBrowser.vala b/src/ProfileBrowser.vala
index fdb3f908..996cfdce 100644
--- a/src/ProfileBrowser.vala
+++ b/src/ProfileBrowser.vala
@@ -180,8 +180,6 @@ namespace Shotwell {
settings_path = "/org/gnome/shotwell/profiles/" + p.id + "/preferences/files/";
}
- print ("Showing settings at path %s\n", settings_path);
-
var settings = new Settings.with_path("org.gnome.shotwell.preferences.files", settings_path);
var import_dir = settings.get_string("import-dir");
if (import_dir == "") {
diff --git a/src/Profiles.vala b/src/Profiles.vala
index 983d6809..5ad4545f 100644
--- a/src/Profiles.vala
+++ b/src/Profiles.vala
@@ -34,11 +34,8 @@ namespace Shotwell {
this.profile == null);
}
- print("Get item called for position %u", position);
-
var group = profiles.get_groups()[position - 1];
var id = profiles.get_value(group, "Id");
- print ("Id: %s\n", id);
var name = profiles.get_value(group, "Name");
var active = this.profile == name;
return new Profile(profiles.get_value(group, "Name"),
diff --git a/src/config/GSettingsEngine.vala b/src/config/GSettingsEngine.vala
index 2ca85c07..83a34b3e 100644
--- a/src/config/GSettingsEngine.vala
+++ b/src/config/GSettingsEngine.vala
@@ -242,7 +242,6 @@ public class GSettingsConfigurationEngine : ConfigurationEngine, GLib.Object {
Settings schema_object = get_settings(schema);
var v = schema_object.get_int(key);
- print("Getting int %s %s -> %d\n", schema, key, v);
return v;
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]