]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
uclient: removed cout debug statement
authorGreg Farnum <gregf@hq.newdream.net>
Wed, 29 Jul 2009 21:23:21 +0000 (14:23 -0700)
committerGreg Farnum <gregf@hq.newdream.net>
Thu, 30 Jul 2009 21:40:09 +0000 (14:40 -0700)
src/client/Client.cc

index 5424444864cc8ce096632d70b9241b52b497b188..6b9d5b9d0c597cb510ef58003879229a3deb9287 100644 (file)
@@ -2009,8 +2009,6 @@ void SnapRealm::build_snap_context()
   cached_snap_context.snaps.reserve(snaps.size());
   for (set<snapid_t>::reverse_iterator p = snaps.rbegin(); p != snaps.rend(); p++)
     cached_snap_context.snaps.push_back(*p);
-
-  cout << *this << " build_snap_context got " << cached_snap_context << std::endl;
 }
 
 void Client::invalidate_snaprealm_and_children(SnapRealm *realm)