From 7f722af810b2b050b3b7b934f0a705f1fa0c20e5 Mon Sep 17 00:00:00 2001 From: Guillaume Chazarain Date: Mon, 3 Sep 2012 22:52:55 +0200 Subject: [PATCH] Remove stray print added during the python3 conversion. --- iotop/netlink.py | 1 - 1 file changed, 1 deletion(-) 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): -- 2.11.4.GIT