evolution-data-server r8962 - branches/camel-db-summary/camel
- From: sragavan svn gnome org
- To: svn-commits-list gnome org
- Subject: evolution-data-server r8962 - branches/camel-db-summary/camel
- Date: Tue, 10 Jun 2008 05:09:38 +0000 (UTC)
Author: sragavan
Date: Tue Jun 10 05:09:37 2008
New Revision: 8962
URL: http://svn.gnome.org/viewvc/evolution-data-server?rev=8962&view=rev
Log:
Remove debug print.
Modified:
branches/camel-db-summary/camel/camel-store.c
Modified: branches/camel-db-summary/camel/camel-store.c
==============================================================================
--- branches/camel-db-summary/camel/camel-store.c (original)
+++ branches/camel-db-summary/camel/camel-store.c Tue Jun 10 05:09:37 2008
@@ -214,7 +214,6 @@
store_db_path = g_build_filename (service->url->path, CAMEL_DB_FILE, NULL);
store->cdb = camel_db_open (store_db_path, ex);
- printf("store_db_path %s", store_db_path);
g_free (store_db_path);
if (camel_exception_is_set (ex))
return;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]