Skip to content

Commit

Permalink
-Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenzo-gomez-windhover committed Dec 11, 2024
1 parent 88e61f8 commit 77512e9
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/main/java/com/windhoverlabs/com/video/VideoDataLink.java
Original file line number Diff line number Diff line change
Expand Up @@ -105,8 +105,6 @@ public void init(String instance, String name, YConfiguration config)

ParameterType ptype = getBasicType(mdb, Type.BINARY);

// ParameterType ptype = getBasicType(mdb, Type.FLOAT);

frameParam.setParameterType(ptype);

if (mdb.getParameter(frameParam.getQualifiedName()) == null) {
Expand Down Expand Up @@ -134,7 +132,6 @@ public void init(String instance, String name, YConfiguration config)

YarchDatabaseInstance ydb = YarchDatabase.getInstance(yamcsInstance);

// this.opcuaStreamName = config.getString("opcuaStream");
this.videoStream = getStream(ydb, "video_frames_stream");
}

Expand Down

0 comments on commit 77512e9

Please sign in to comment.