[gom/wip/hadess/builder-debug: 3/3] gom: command: Disable uninteresting debug
- From: Bastien Nocera <hadess src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gom/wip/hadess/builder-debug: 3/3] gom: command: Disable uninteresting debug
- Date: Thu, 23 Jun 2022 09:15:18 +0000 (UTC)
commit 90a2e73e9b9f54b5a64210989a741503b406edbf
Author: Bastien Nocera <hadess hadess net>
Date: Thu Jun 23 10:49:31 2022 +0200
gom: command: Disable uninteresting debug
It was missing context, and a way to verify correctness, so disable it
until something better is needed.
gom/gom-command.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/gom/gom-command.c b/gom/gom-command.c
index 8824420..bc56ba8 100644
--- a/gom/gom-command.c
+++ b/gom/gom-command.c
@@ -58,7 +58,7 @@ gom_command_bind_param (GomCommand *command,
priv = command->priv;
- g_debug("Binding gtype %s (%d).", g_type_name(G_VALUE_TYPE(value)), (int) G_VALUE_TYPE(value));
+ /* g_debug("Binding gtype %s (%d).", g_type_name(G_VALUE_TYPE(value)), (int) G_VALUE_TYPE(value)); */
switch (G_VALUE_TYPE(value)) {
case G_TYPE_BOOLEAN:
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]