Skip to content

Commit

Permalink
Java fix GETEX (valkey-io#1813)
Browse files Browse the repository at this point in the history
* removed print line

* update submodules
  • Loading branch information
cyip10 authored Jul 4, 2024
1 parent b2d36d7 commit b63d1ec
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,6 @@ public String[] toArgs() {
if (count != null) {
optionArgs.add(String.valueOf(count));
}
System.out.println(optionArgs);
return optionArgs.toArray(new String[0]);
}

Expand Down

0 comments on commit b63d1ec

Please sign in to comment.