Merge lp:~dobey/libubuntuone/print-no-tokens into lp:libubuntuone

Proposed by dobey
Status: Merged
Approved by: dobey
Approved revision: 118
Merged at revision: 118
Proposed branch: lp:~dobey/libubuntuone/print-no-tokens
Merge into: lp:libubuntuone
Diff against target: 24 lines (+0/-3)
2 files modified
configure.ac (+0/-1)
libubuntuone/u1-music-store.c (+0/-2)
To merge this branch: bzr merge lp:~dobey/libubuntuone/print-no-tokens
Reviewer Review Type Date Requested Status
Eric Casteleijn (community) Approve
Roberto Alsina (community) Approve
Review via email: mp+50802@code.launchpad.net

Commit message

Don't enable DEBUG_OAUTH and don't print navigation requested URLs to console

To post a comment you must log in.
Revision history for this message
Roberto Alsina (ralsina) wrote :

+1

review: Approve
Revision history for this message
Eric Casteleijn (thisfred) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'configure.ac'
2--- configure.ac 2011-02-16 17:14:45 +0000
3+++ configure.ac 2011-02-22 19:52:53 +0000
4@@ -68,7 +68,6 @@
5 AC_CHECK_LIB(crypto, CRYPTO_free, have_oauth_libs="yes", have_oauth_libs="no")
6 if test "x$have_oauth_headers" = "xyes" -a "x$have_oauth_libs" = "xyes"; then
7 AC_DEFINE(HAVE_OAUTH, 1, [Define to build OAUTH signing code])
8- AC_DEFINE(DEBUG_OAUTH, 1, [Define to enable OAuth debugging])
9 have_oauth="yes"
10 OAUTH_LIBS="-lm -lcrypto"
11 AC_SUBST(OAUTH_LIBS)
12
13=== modified file 'libubuntuone/u1-music-store.c'
14--- libubuntuone/u1-music-store.c 2010-10-18 18:25:45 +0000
15+++ libubuntuone/u1-music-store.c 2011-02-22 19:52:53 +0000
16@@ -519,8 +519,6 @@
17 SoupURI *parsed_uri;
18 gchar *internal_uri;
19
20- g_debug ("navigation requested to %s", webkit_network_request_get_uri (request));
21-
22 /* Remove watching callback for the page */
23 if (music_store->priv->watch_id != 0) {
24 g_source_remove (music_store->priv->watch_id);

Subscribers

People subscribed via source and target branches