8000 Merge branch 'hotfix/remove_debug' · jrtkcoder/phpredis@804478e · GitHub
[go: up one dir, main page]

Skip to content

Commit 804478e

Browse files
Merge branch 'hotfix/remove_debug'
2 parents 55dd053 + 31174e8 commit 804478e

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

redis.c

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2511,11 +2511,6 @@ PHPAPI int generic_multiple_args_cmd(INTERNAL_FUNCTION_PARAMETERS, char *keyword
25112511
efree(keys_to_free);
25122512

25132513
if(z_args) efree(z_args);
2514-
2515-
/*
2516-
cmd[cmd_len] = 0;
2517-
php_printf("cmd=[%s]\n", cmd);
2518-
*/
25192514

25202515
/* call REDIS_PROCESS_REQUEST and skip void returns */
25212516
IF_MULTI_OR_ATOMIC() {

0 commit comments

Comments
 (0)
0