From 79b6dedf11d8c1195420dd623a4d677974d5d94a Mon Sep 17 00:00:00 2001 From: "Michael D. M. Dryden" Date: Fri, 22 Jan 2016 16:59:12 -0500 Subject: [PATCH] Remove depreciated log message. --- dstat_interface/dstat_comm.py | 1 - 1 file changed, 1 deletion(-) diff --git a/dstat_interface/dstat_comm.py b/dstat_interface/dstat_comm.py index 82ff778..46e30a2 100644 --- a/dstat_interface/dstat_comm.py +++ b/dstat_interface/dstat_comm.py @@ -290,7 +290,6 @@ class LightSensor: break parted = input.rstrip().split('.') - print parted data_pipe.send(parted[0]) status = "DONE" -- GitLab