aboutsummaryrefslogtreecommitdiffstats
path: root/packet-http.c
diff options
context:
space:
mode:
authorTim Potter <tpot@samba.org>2002-08-13 05:38:04 +0000
committerTim Potter <tpot@samba.org>2002-08-13 05:38:04 +0000
commitc81559ffa3ca34f231c289769a21531487e25473 (patch)
tree1d83d9917226d3796f680fff218424d397409cf3 /packet-http.c
parent510b3b73d7d99217b73e51432e5e7a07d8d60518 (diff)
Oops - forgot to remove debugging printf.
svn path=/trunk/; revision=5984
Diffstat (limited to 'packet-http.c')
-rw-r--r--packet-http.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/packet-http.c b/packet-http.c
index e16c7f41b0..41529da12b 100644
--- a/packet-http.c
+++ b/packet-http.c
@@ -6,7 +6,7 @@
* Copyright 2002, Tim Potter <tpot@samba.org>
* Copyright 1999, Andrew Tridgell <tridge@samba.org>
*
- * $Id: packet-http.c,v 1.51 2002/08/13 05:36:02 tpot Exp $
+ * $Id: packet-http.c,v 1.52 2002/08/13 05:38:04 tpot Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -137,8 +137,6 @@ base64_to_tvb(char *base64)
len = base64_decode(data);
tvb = tvb_new_real_data(data, len, len);
- g_warning("decoded %d bytes of data", len);
-
/* XXX: need to set free function */
return tvb;