Skip to content

Commit 1bff993

Browse files
committed
clean function from print
1 parent 8d990d5 commit 1bff993

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

app/save-and-restore/app/src/main/java/org/phoebus/applications/saveandrestore/ui/snapshot/SnapshotController.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,6 @@ public void newSnapshot(Node configurationNode) {
271271
public String getValueVType(String pvEntry, List<SnapshotItem> entries){
272272
String valueOutput ="";
273273
for (SnapshotItem e : entries) {
274-
System.out.println("name "+e.getConfigPv().getPvName());
275274
if (e.getConfigPv().getPvName().equals(pvEntry)){
276275
VType newValue=e.getValue();
277276
if (newValue instanceof VNumber) {

0 commit comments

Comments
 (0)