Skip to content

Commit

Permalink
Merge pull request ceph#7280 from zaitcev/wip-5073-update2
Browse files Browse the repository at this point in the history
rgw: Drop a debugging message

Reviewed-by: Yehuda Sadeh <[email protected]>
  • Loading branch information
yehudasa committed Jan 19, 2016
2 parents dda9a08 + e153623 commit 96087e2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/rgw/rgw_user.cc
Original file line number Diff line number Diff line change
Expand Up @@ -149,8 +149,6 @@ int rgw_store_user_info(RGWRados *store,

RGWUID ui;
ui.user_id = info.user_id;
// P3
ldout(store->ctx(), 0) << "DEBUG: rgw_store_user_info: user_id " << ui.user_id << dendl;

bufferlist link_bl;
::encode(ui, link_bl);
Expand Down

0 comments on commit 96087e2

Please sign in to comment.