[gnome-builder/wip/gtk4-port: 1496/1774] plugins/shellcmd: remove debug code
- From: Christian Hergert <chergert src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-builder/wip/gtk4-port: 1496/1774] plugins/shellcmd: remove debug code
- Date: Mon, 11 Jul 2022 22:31:47 +0000 (UTC)
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]