8000 Just removed a debug line · jrtkcoder/phpredis@31174e8 · GitHub
[go: up one dir, main page]

Skip to content

Commit 31174e8

Browse files
Just removed a debug line
1 parent 55dd053 commit 31174e8

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