From 579447d045d4fef6851a82ec076010f9431cc64c Mon Sep 17 00:00:00 2001 From: sageweil Date: Wed, 5 Dec 2007 23:29:07 +0000 Subject: [PATCH] quiet down git-svn-id: https://ceph.svn.sf.net/svnroot/ceph@2180 29311d96-e01e-0410-9327-a35deaab8ce9 --- trunk/ceph/crush/CrushWrapper.h | 1 - 1 file changed, 1 deletion(-) diff --git a/trunk/ceph/crush/CrushWrapper.h b/trunk/ceph/crush/CrushWrapper.h index 1cb5c6c25ead0..4b8f9c662d186 100644 --- a/trunk/ceph/crush/CrushWrapper.h +++ b/trunk/ceph/crush/CrushWrapper.h @@ -55,7 +55,6 @@ public: ::_encode_simple(map->max_buckets, bl); ::_encode_simple(map->max_rules, bl); ::_encode_simple(map->max_devices, bl); - cout << "buckets/rules/devices " << map->max_buckets << " " << map->max_rules << " " << map->max_devices << std::endl; // simple arrays bl.append((char*)map->device_offload, sizeof(map->device_offload[0]) * map->max_devices); -- 2.39.5