Skip to content

Commit

Permalink
Remove printf
Browse files Browse the repository at this point in the history
  • Loading branch information
aviggiano committed May 12, 2017
1 parent e07e5ec commit 7f90043
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/redis-roaring.c
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,6 @@ int RBitOp(RedisModuleCtx* ctx, RedisModuleString** argv, int argc, Bitmap* (* o
// calculate destkey bitmap
Bitmap* result = operation(n, (const Bitmap**) bitmaps);
RedisModule_ModuleTypeSetValue(destkey, BitmapType, result);
roaring_bitmap_printf(result);

for (uint32_t i = 0; i < n; i++) {
if (should_free[i]) {
Expand Down

0 comments on commit 7f90043

Please sign in to comment.