[couchdb-glib/gnome-2-28] Remove superflous OAuth debug messages



commit 91ae6d250154f8a39b2a519482a90a1815f02303
Author: Rodrigo Moya <rodrigo gnome-db org>
Date:   Tue Oct 20 13:14:45 2009 +0200

    Remove superflous OAuth debug messages

 couchdb-glib/utils.c |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)
---
diff --git a/couchdb-glib/utils.c b/couchdb-glib/utils.c
index fa0c1d0..8d8bfce 100644
--- a/couchdb-glib/utils.c
+++ b/couchdb-glib/utils.c
@@ -107,9 +107,6 @@ add_oauth_signature (CouchDB *couchdb, SoupMessage *http_message, const char *me
 				if (!g_str_has_prefix (params[i], "oauth_"))
 					continue;
 
-#ifdef DEBUG_OAUTH
-				g_debug ("%s\n", params[i]);
-#endif
 				url_param = g_strsplit (params[i], "=", 2);
 				if (url_param == NULL)
 					continue;



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]