Skip to content

Commit e41544a

Browse files
committed
remove debug
1 parent c231a9c commit e41544a

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Diff for: src/main/java/redis/clients/jedis/CommandObjects.java

-3
Original file line numberDiff line numberDiff line change
@@ -4509,9 +4509,6 @@ public SearchProfileResponseBuilder(Builder<T> resultsBuilder) {
45094509
public Map.Entry<T, ProfilingInfo> build(Object data) {
45104510
List list = (List) data;
45114511
if (list == null || list.isEmpty()) return null;
4512-
System.out.println("DEBUG>>>>>>>>>>>>>>>>>>>>");
4513-
System.out.println(redis.clients.jedis.util.SafeEncoder.encodeObject(data));
4514-
System.out.println("<<<<<<<<<<<<<<<<<<<<DEBUG");
45154512

45164513
if (list.get(0) instanceof KeyValue) { // RESP3
45174514
Object resultsData = null, profileData = null;

0 commit comments

Comments
 (0)