mirror of
https://github.com/fluencelabs/redis
synced 2025-04-01 15:21:03 +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;
|
int16_t i16;
|
||||||
int32_t i32;
|
int32_t i32;
|
||||||
int64_t i64, ret = 0;
|
int64_t i64, ret = 0;
|
||||||
printf("%02x\n", encoding);
|
|
||||||
if (encoding == ZIP_INT_8B) {
|
if (encoding == ZIP_INT_8B) {
|
||||||
ret = ((char*)p)[0];
|
ret = ((char*)p)[0];
|
||||||
} else if (encoding == ZIP_INT_16B) {
|
} else if (encoding == ZIP_INT_16B) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user