Remove debugging line in gswe_init_with_dir()

This commit is contained in:
Gergely Polonkai 2014-07-05 23:14:08 +02:00
parent 89baa44005
commit 8dd6eedb88
1 changed files with 0 additions and 1 deletions

View File

@ -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;
}