Skip to content

Commit

Permalink
Remove oops test
Browse files Browse the repository at this point in the history
  • Loading branch information
serivesmejia committed Sep 24, 2023
1 parent b2b584f commit 2ddc077
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -179,10 +179,6 @@ public Object processFrame(Mat input, long captureTimeNanos)
// Convert to greyscale
Imgproc.cvtColor(input, grey, Imgproc.COLOR_RGBA2GRAY);

if(true) {
throw new RuntimeException("Ooops!"); // TODO: yes
}

synchronized (decimationSync)
{
if(needToSetDecimation)
Expand Down

0 comments on commit 2ddc077

Please sign in to comment.