mirror of
https://github.com/fluencelabs/redis
synced 2025-03-17 16:10:50 +00:00
Spurious debugging printf removed.
This commit is contained in:
parent
a76b9063d0
commit
7dbc514de7
@ -346,7 +346,6 @@ static int64_t zipLoadInteger(unsigned char *p, unsigned char encoding) {
|
||||
int16_t i16;
|
||||
int32_t i32;
|
||||
int64_t i64, ret = 0;
|
||||
printf("%02x\n", encoding);
|
||||
if (encoding == ZIP_INT_8B) {
|
||||
ret = ((char*)p)[0];
|
||||
} else if (encoding == ZIP_INT_16B) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user