Skip to content

Commit

Permalink
remove debug code
Browse files Browse the repository at this point in the history
  • Loading branch information
enjoy-binbin committed Sep 5, 2024
1 parent bda0bbe commit 82650f6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/t_string.c
Original file line number Diff line number Diff line change
Expand Up @@ -317,8 +317,6 @@ void setCommand(client *c) {

c->argv[2] = tryObjectEncoding(c->argv[2]);
setGenericCommand(c,flags,c->argv[1],c->argv[2],expire,unit,NULL,NULL);

serverAssert(1==0);
}

void setnxCommand(client *c) {
Expand Down

0 comments on commit 82650f6

Please sign in to comment.