projects
/
projects
/
chimara
/
chimara.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d2c16e7
)
Removed old debug message
author
P. F. Chimento
<philip.chimento@gmail.com>
Wed, 3 Nov 2010 20:31:06 +0000
(21:31 +0100)
committer
P. F. Chimento
<philip.chimento@gmail.com>
Wed, 3 Nov 2010 20:31:06 +0000
(21:31 +0100)
libchimara/garglk.c
patch
|
blob
|
history
diff --git
a/libchimara/garglk.c
b/libchimara/garglk.c
index 181414e5227bf5db061429aefaef59b15a4d107d..6beb20e57c4da3ab4e96da48ab684e5fb5b7ee69 100644
(file)
--- a/
libchimara/garglk.c
+++ b/
libchimara/garglk.c
@@
-79,7
+79,6
@@
garglk_set_program_info(const char *info)
void
garglk_set_story_name(const char *name)
{
- g_printerr("garglk_set_story_name(\"%s\");\n", name);
ChimaraGlkPrivate *glk_data = g_private_get(glk_data_key);
glk_data->story_name = g_strdup(name);
g_object_notify(G_OBJECT(glk_data->self), "story-name");