tracker r2257 - in branches/indexer-split: . src/tracker-indexer/modules
- From: carlosg svn gnome org
- To: svn-commits-list gnome org
- Subject: tracker r2257 - in branches/indexer-split: . src/tracker-indexer/modules
- Date: Sun, 21 Sep 2008 12:32:01 +0000 (UTC)
Author: carlosg
Date: Sun Sep 21 12:32:00 2008
New Revision: 2257
URL: http://svn.gnome.org/viewvc/tracker?rev=2257&view=rev
Log:
2008-09-21 Carlos Garnacho <carlos imendio com>
* src/tracker-indexer/modules/evolution.c (get_message_encoding):
Remove debug g_print()
Modified:
branches/indexer-split/ChangeLog
branches/indexer-split/src/tracker-indexer/modules/evolution.c
Modified: branches/indexer-split/src/tracker-indexer/modules/evolution.c
==============================================================================
--- branches/indexer-split/src/tracker-indexer/modules/evolution.c (original)
+++ branches/indexer-split/src/tracker-indexer/modules/evolution.c Sun Sep 21 12:32:00 2008
@@ -1375,8 +1375,6 @@
end_encoding = strstr (start_encoding, ";");
}
- g_print ("START: %s , END: %s\n", start_encoding, end_encoding);
-
if (end_encoding) {
return g_strndup (start_encoding, end_encoding - start_encoding);
} else {
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]