[gnome-builder/wip/gtk4-port: 1496/1774] plugins/shellcmd: remove debug code




commit 8a910ce68c6cd1f857b2de7fe262bcb6c4082bb4
Author: Christian Hergert <chergert redhat com>
Date:   Tue Jun 14 01:17:52 2022 -0700

    plugins/shellcmd: remove debug code

 src/plugins/shellcmd/gbp-shellcmd-run-command.c | 1 -
 1 file changed, 1 deletion(-)
---
diff --git a/src/plugins/shellcmd/gbp-shellcmd-run-command.c b/src/plugins/shellcmd/gbp-shellcmd-run-command.c
index dff3b618d..c395ee1c5 100644
--- a/src/plugins/shellcmd/gbp-shellcmd-run-command.c
+++ b/src/plugins/shellcmd/gbp-shellcmd-run-command.c
@@ -177,7 +177,6 @@ gbp_shellcmd_run_command_delete (GbpShellcmdRunCommand *self)
   builder = g_strv_builder_new ();
   for (guint i = 0; commands[i]; i++)
     {
-      g_print ("%s %s\n", commands[i], self->id);
       if (!ide_str_equal0 (commands[i], self->id))
         g_strv_builder_add (builder, commands[i]);
     }


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]