Skip to content
Snippets Groups Projects
Commit acedc387 authored by Locatelli's avatar Locatelli
Browse files

Remove print out message

parent 780f2106
Branches
No related tags found
No related merge requests found
......@@ -145,9 +145,6 @@ public class PlotyInstance {
if (DataPlotMessages.SpyMultiPlotMessage.parseFrom(data[0]).getType() == fr.ill.ics.ploty.DataPlotMessages.SpyMultiPlotMessage.Type.Spy) {
notifySpyPlotChanged(DataPlotMessages.SpyMultiPlotMessage.parseFrom(data[0]).getName(), data[1]);
}
else {
System.out.println("Unable to process " + DataPlotMessages.SpyMultiPlotMessage.parseFrom(data[0]).getType());
}
}
catch (IOException e) {
System.err.println("Cannot parse notification data change message");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment