Skip to content

Commit e39bbc6

Browse files
committed
Update Redis.swift
1 parent fdb4766 commit e39bbc6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Sources/SwiftRedis/Redis.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,6 @@ public class Redis {
204204
callback(RedisResponse.Error("Empty command"))
205205
return
206206
}
207-
print("ISSUE ", stringArgs)
208207
respHandle.issueCommand(stringArgs, callback: callback)
209208
}
210209

0 commit comments

Comments
 (0)