[gjs] console: Remove unwanted g_debug prints
- From: Colin Walters <walters src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gjs] console: Remove unwanted g_debug prints
- Date: Thu, 16 Jun 2011 18:56:42 +0000 (UTC)
commit c5ed60abe549007c4ba430c67bc2b74a33524704
Author: Colin Walters <walters verbum org>
Date: Thu Jun 16 14:56:16 2011 -0400
console: Remove unwanted g_debug prints
gjs/console.c | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
---
diff --git a/gjs/console.c b/gjs/console.c
index 12c6d62..225548b 100644
--- a/gjs/console.c
+++ b/gjs/console.c
@@ -67,7 +67,6 @@ main(int argc, char **argv)
g_type_init();
command_line = g_strjoinv(" ", argv);
- g_debug("Command line: %s", command_line);
g_free(command_line);
if (command != NULL) {
@@ -90,7 +89,6 @@ main(int argc, char **argv)
filename = argv[1];
}
- g_debug("Creating new context to eval console script");
/* If user explicitly specifies a version, use it */
if (js_version != NULL)
source_js_version = js_version;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]