From 9c48bfb2a53bf3ac3c29408511e3126ada16afd8 Mon Sep 17 00:00:00 2001 From: Aldo Cortesi Date: Sat, 6 Jun 2015 12:30:53 +1200 Subject: http2: ditch the logging for now The API is well designed: it looks like we can get all the information we need to expose debugging in the caller of the API. --- netlib/http2/frame.py | 3 --- 1 file changed, 3 deletions(-) (limited to 'netlib/http2/frame.py') diff --git a/netlib/http2/frame.py b/netlib/http2/frame.py index fc86c228..ac9b8d50 100644 --- a/netlib/http2/frame.py +++ b/netlib/http2/frame.py @@ -1,12 +1,9 @@ import struct -import logging from functools import reduce from hpack.hpack import Encoder, Decoder from .. import utils -log = logging.getLogger(__name__) - class FrameSizeError(Exception): pass -- cgit v1.2.3