Skip to content

Commit

Permalink
rgw: Drop a debugging message
Browse files Browse the repository at this point in the history
A P3-tagged message escaped upstream.

Signed-off-by: Pete Zaitcev <zaitcev@redhat.com>
  • Loading branch information
zaitcev committed Jan 19, 2016
1 parent 6dcaea3 commit e153623
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 e153623

Please sign in to comment.