From 23c1956430766dd72294ca2ca5f79e199ad7ed3b Mon Sep 17 00:00:00 2001 From: Christian Persch Date: Sun, 17 Jul 2005 15:52:25 +0000 Subject: Remove stray g_print. 2005-07-17 Christian Persch * lib/ephy-file-helpers.c: Remove stray g_print. --- lib/ephy-file-helpers.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'lib') diff --git a/lib/ephy-file-helpers.c b/lib/ephy-file-helpers.c index d84b568c9..318c89407 100644 --- a/lib/ephy-file-helpers.c +++ b/lib/ephy-file-helpers.c @@ -834,8 +834,6 @@ ephy_file_launch_desktop_file (const char *filename, for (i = 0; dirs[i] != NULL; i++) { - g_print ("Looking in path: %s\n", dirs[i]); - path = g_build_filename (dirs[i], "applications", filename, NULL); if (g_file_test (path, G_FILE_TEST_IS_REGULAR)) break; -- cgit v1.2.3