Remove leftover debug spew

This commit is contained in:
Matthias Clasen
2022-12-09 10:04:42 -05:00
parent 96b9ac84f8
commit 3007b0fd7f

View File

@@ -814,13 +814,11 @@ get_source_dir (void)
if (g_file_test (dir, G_FILE_TEST_EXISTS))
{
g_print ("file exists: %s\n", dir);
g_free (current_dir);
return dir;
}
g_print ("file does not exists: %s\n", dir);
g_free (dir);
return current_dir;