Skip to content

Commit

Permalink
remove prints
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosuc3m committed Dec 3, 2024
1 parent d0496dc commit d566f31
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/main/java/ai/nets/samj/models/Sam2.java
Original file line number Diff line number Diff line change
Expand Up @@ -539,9 +539,7 @@ protected void processPromptsBatchWithSAM(SharedMemoryArray shmArr, boolean retu
// TODO + " task._respond(ResponseType.UPDATE, args)" + System.lineSeparator()
+ "" + System.lineSeparator()
+ "" + System.lineSeparator()
+ " print(len(contours_x))" + System.lineSeparator()
+ " finished_threads.sort()" + System.lineSeparator()
+ " print(finished_threads[::-1])" + System.lineSeparator()
+ " cancel_unstarted_tasks(futures)" + System.lineSeparator()
+ " for i, future in enumerate(futures[::-1]):" + System.lineSeparator()
+ " if not future.cancelled():" + System.lineSeparator()
Expand Down

0 comments on commit d566f31

Please sign in to comment.