Mercurial > audlegacy-plugins
changeset 3112:0d47d41b39ec
Remove debug g_print; the crasher has been identified.
author | Tony Vroon <chainsaw@gentoo.org> |
---|---|
date | Sun, 03 May 2009 22:47:38 +0100 |
parents | 7c27b8612b7e |
children | 90cdddf6f1c1 |
files | src/filewriter/filewriter.c |
diffstat | 1 files changed, 0 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/src/filewriter/filewriter.c Sun May 03 08:59:43 2009 -0400 +++ b/src/filewriter/filewriter.c Sun May 03 22:47:38 2009 +0100 @@ -143,8 +143,6 @@ { ConfigDb *db; - g_print("file_init called\n"); - db = aud_cfg_db_open(); aud_cfg_db_get_int(db, FILEWRITER_CFGID, "fileext", &fileext); aud_cfg_db_get_string(db, FILEWRITER_CFGID, "file_path", &file_path);