Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Instrument Control
NomadCommandSystem
Commits
acedc387
Commit
acedc387
authored
Apr 09, 2020
by
Locatelli
Browse files
Remove print out message
parent
780f2106
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/main/java/fr/ill/ics/nscclient/ploty/PlotyInstance.java
View file @
acedc387
...
...
@@ -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"
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment