Remove debug output for now (bnc#604711) mozilla-1.9.2
authorWolfgang Rosenauer <wr@rosenauer.org>
Fri, 14 May 2010 07:42:06 +0200
branchmozilla-1.9.2
changeset 74 053863c0cba8
parent 73 fef8b78b5d6b
child 75 4708409c896c
child 88 a066d1e6db17
Remove debug output for now (bnc#604711)
mozilla-libproxy.patch
mozilla-xulrunner192/mozilla-xulrunner192.changes
--- a/mozilla-libproxy.patch	Tue May 04 08:04:07 2010 +0200
+++ b/mozilla-libproxy.patch	Fri May 14 07:42:06 2010 +0200
@@ -6,7 +6,7 @@
 diff --git a/config/autoconf.mk.in b/config/autoconf.mk.in
 --- a/config/autoconf.mk.in
 +++ b/config/autoconf.mk.in
-@@ -537,16 +537,20 @@ FT2_CFLAGS             = @FT2_CFLAGS@
+@@ -539,16 +539,20 @@ FT2_CFLAGS             = @FT2_CFLAGS@
  FT2_LIBS               = @FT2_LIBS@
  
  MOZ_PANGO_CFLAGS        = @MOZ_PANGO_CFLAGS@
@@ -30,7 +30,7 @@
 diff --git a/config/system-headers b/config/system-headers
 --- a/config/system-headers
 +++ b/config/system-headers
-@@ -1012,8 +1012,11 @@ hunspell.hxx
+@@ -1013,8 +1013,11 @@ hunspell.hxx
  #if MOZ_NATIVE_BZ2==1
  bzlib.h
  #endif
@@ -309,7 +309,7 @@
 +    c++;
 +  }
 +
-+printf("returned PAC proxy string: %s\n", PromiseFlatCString(aResult).get());
++//printf("returned PAC proxy string: %s\n", PromiseFlatCString(aResult).get());
 +
 +  PR_Free(proxyArray);
 +  return NS_OK;
--- a/mozilla-xulrunner192/mozilla-xulrunner192.changes	Tue May 04 08:04:07 2010 +0200
+++ b/mozilla-xulrunner192/mozilla-xulrunner192.changes	Fri May 14 07:42:06 2010 +0200
@@ -4,6 +4,7 @@
 - security update to 1.9.2.4 (Lorentz)
   * enable crashreporter also for x86-64
   * provide mozilla-runtime to host NPAPI out of process plugins
+- removed libproxy debug message (bnc#604711)
 
 -------------------------------------------------------------------
 Mon Apr 26 07:18:09 CEST 2010 - wr@rosenauer.org