From: Guillaume Chazarain Date: Mon, 3 Sep 2012 20:52:55 +0000 (+0200) Subject: Remove stray print added during the python3 conversion. X-Git-Tag: iotop-0.6~25 X-Git-Url: https://repo.or.cz/w/iotop.git/commitdiff_plain/7f722af810b2b050b3b7b934f0a705f1fa0c20e5 Remove stray print added during the python3 conversion. --- diff --git a/iotop/netlink.py b/iotop/netlink.py index 39f3b92..bd41348 100644 --- a/iotop/netlink.py +++ b/iotop/netlink.py @@ -128,7 +128,6 @@ class StrAttr(Attr): class NulStrAttr(Attr): def __init__(self, attr_type, data): - print(data) Attr.__init__(self, attr_type, "%dsB" % len(data), data.encode('utf-8'), 0) class U32Attr(Attr):