From 8dd6eedb88359295fa4407810b8599bd51a332e6 Mon Sep 17 00:00:00 2001 From: Gergely Polonkai Date: Sat, 5 Jul 2014 23:14:08 +0200 Subject: [PATCH] Remove debugging line in gswe_init_with_dir() --- src/swe-glib.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/swe-glib.c b/src/swe-glib.c index 964278a..577e5c7 100644 --- a/src/swe-glib.c +++ b/src/swe-glib.c @@ -224,7 +224,6 @@ void gswe_init_with_dir(gchar *directory) gswe_full_moon_base_date = gswe_timestamp_new_from_gregorian_full(2005, 5, 8, 3, 48, 0, 0, 0.0); gswe_ephe_path = g_strdup(directory); - g_print("Starting with %s\n", directory); swe_set_ephe_path(directory); gswe_initialized = TRUE; }