Skip to content

Commit

Permalink
#233: removed debug messages
Browse files Browse the repository at this point in the history
  • Loading branch information
jrse committed Jan 22, 2019
1 parent 83da2d0 commit 957b39a
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion src/dict-rados/dict-rados.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -543,7 +543,7 @@ int rados_dict_transaction_commit(struct dict_transaction_context *_ctx, bool as
ctx->deploy_set_map();
ctx->deploy_atomic_inc_map();
ctx->deploy_unset_set();
i_debug("commit !");

bool failed = false;
int ret;

Expand Down
2 changes: 0 additions & 2 deletions src/storage-rbox/rbox-copy.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -401,10 +401,8 @@ int rbox_mail_storage_copy(struct mail_save_context *ctx, struct mail *mail) {
} else {
if (rbox_mail_storage_try_copy(&ctx, mail, alt_storage) < 0) {
if (ctx != NULL) {
i_debug("FREEING CONTEXT!");
// mailbox_save_cancel(&ctx);
index_save_context_free(ctx);
i_debug("FREEING CONTEXT => DONE");
}
FUNC_END_RET("ret == -1, rbox_mail_storage_try_copy failed ");
return -1;
Expand Down
1 change: 0 additions & 1 deletion src/storage-rbox/rbox-mail.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,6 @@ static int rbox_mail_get_physical_size(struct mail *_mail, uoff_t *size_r) {

rmail->rados_mail->get_metadata(rbox_metadata_key::RBOX_METADATA_PHYSICAL_SIZE, &value);

// i_debug("METADATA: %s",rmail->rados_mail->to_string(" ").c_str());
if (value == NULL) {
if (rbox_mail_metadata_get(rmail, rbox_metadata_key::RBOX_METADATA_PHYSICAL_SIZE, &value) < 0) {
value = NULL;
Expand Down

0 comments on commit 957b39a

Please sign in to comment.