X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=liblttng-ust-python-agent%2Flttngust%2Fcmd.py;fp=liblttng-ust-python-agent%2Flttngust%2Fcmd.py;h=b6d8446bb1d5834fa30a10369561eb1b914eeb70;hb=4ed2398507da76ed80dd09b996242066fa34e2a0;hp=382de6858a586a4c0b0b4469916ac206419ab564;hpb=8ca68914bea06267bce3cacdec8c821a7821e1a9;p=deliverable%2Flttng-ust.git diff --git a/liblttng-ust-python-agent/lttngust/cmd.py b/liblttng-ust-python-agent/lttngust/cmd.py index 382de685..b6d8446b 100644 --- a/liblttng-ust-python-agent/lttngust/cmd.py +++ b/liblttng-ust-python-agent/lttngust/cmd.py @@ -92,7 +92,6 @@ class _ServerCmdEnable(_ServerCmd): filter_exp_start = name_end + cls._filter_exp_len_struct.size filter_exp_len, = cls._filter_exp_len_struct.unpack_from( data[name_end:filter_exp_start]) - print(filter_exp_len) filter_exp_end = filter_exp_start + filter_exp_len filter_exp = data[filter_exp_start:filter_exp_end].rstrip(