diff --git a/grum/BECAdapter.py b/grum/BECAdapter.py index eed44e5..21e987e 100644 --- a/grum/BECAdapter.py +++ b/grum/BECAdapter.py @@ -92,7 +92,7 @@ class BECAdapter: y = msg.content["signals"][dev]['value'] point = [x,y] #uncomment to plot monitor values - self.grum_client.append_data("monitor", point) + # self.grum_client.append_data("monitor", point)