Skip to content

Commit

Permalink
Remove dead code
Browse files Browse the repository at this point in the history
  • Loading branch information
Juniormunk committed Oct 12, 2024
1 parent 960e02b commit f8c789d
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -582,7 +582,6 @@ public static void onCalibrationSnapshotRequest(Context ctx) {
Imgcodecs.imencode(
".jpg",
Imgcodecs.imread(calList.observations.get(observationIdx).snapshotDataLocation.toString()),
// calList.observations.get(observationIdx).snapshotData.getAsMat(),
jpegBytes,
new MatOfInt(Imgcodecs.IMWRITE_JPEG_QUALITY, 60));

Expand Down

0 comments on commit f8c789d

Please sign in to comment.