[gom/wip/hadess/builder-debug: 2/2] gom: command: Disable uninteresting debug




commit df35c4331171e2eac740eed2e4e6c10715d3d548
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]