aboutsummaryrefslogtreecommitdiffstats
path: root/netlib
diff options
context:
space:
mode:
Diffstat (limited to 'netlib')
-rw-r--r--netlib/tcp.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/netlib/tcp.py b/netlib/tcp.py
index 2ebfae96..f6179faa 100644
--- a/netlib/tcp.py
+++ b/netlib/tcp.py
@@ -126,9 +126,6 @@ class _FileLike(object):
if self.is_logging():
self._log.append(v)
- def clear_log(self):
- self._log = []
-
def reset_timestamps(self):
self.first_byte_timestamp = None