[tracker] libtracker-extract: Remove useless debug message
- From: Ivan Frade <ifrade src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [tracker] libtracker-extract: Remove useless debug message
- Date: Wed, 14 Sep 2011 12:56:28 +0000 (UTC)
commit 921c54e8c427f029a8af610f4b8142b6897094b3
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 a7c674c..bd03afc 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]