Skip to content

Commit

Permalink
Merge pull request #16 from udu3324/master
Browse files Browse the repository at this point in the history
remove debug
  • Loading branch information
udu3324 authored Jul 29, 2023
2 parents 64e4301 + 0882718 commit 7c6b3d8
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ public static void check(String chat, CallbackInfo ci) {

// return if there's nothing in the list
if (list == null || list.size() == 0) {
System.out.println("!!!!!!!!!! nothing in list");
return;
}

Expand Down

0 comments on commit 7c6b3d8

Please sign in to comment.