[tracker/tracker-0.10] libtracker-extract: Remove useless debug message
- From: Martyn James Russell <mr src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [tracker/tracker-0.10] libtracker-extract: Remove useless debug message
- Date: Thu, 15 Sep 2011 18:18:42 +0000 (UTC)
commit a29a11a99d622fa39d83bb19a0571f402ec11bcc
Author: Ivan Frade <ivan frade gmail com>
Date: Wed Sep 14 15:39:19 2011 +0300
libtracker-extract: Remove useless debug message
src/libtracker-extract/tracker-xmp.c | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
---
diff --git a/src/libtracker-extract/tracker-xmp.c b/src/libtracker-extract/tracker-xmp.c
index f511802..fc14296 100644
--- a/src/libtracker-extract/tracker-xmp.c
+++ b/src/libtracker-extract/tracker-xmp.c
@@ -292,8 +292,6 @@ iterate_simple_qual (XmpPtr xmp,
static const gchar *
fix_orientation (const gchar *orientation)
{
- g_debug ("Checking orientation");
-
if (orientation && g_ascii_strcasecmp (orientation, "1") == 0) {
return "nfo:orientation-top";
} else if (orientation && g_ascii_strcasecmp (orientation, "2") == 0) {
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]