diff options
Diffstat (limited to 's/chunk.cpp')
| -rw-r--r-- | s/chunk.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/s/chunk.cpp b/s/chunk.cpp index cf1f992..87d7747 100644 --- a/s/chunk.cpp +++ b/s/chunk.cpp @@ -843,7 +843,6 @@ namespace mongo { _chunkMap.clear(); _chunkRanges.clear(); _shards.clear(); - // delete data from mongod for ( set<Shard>::iterator i=seen.begin(); i!=seen.end(); i++ ){ @@ -872,7 +871,6 @@ namespace mongo { conn.done(); } - log(1) << "ChunkManager::drop : " << _ns << "\t DONE" << endl; configServer.logChange( "dropCollection" , _ns , BSONObj() ); } |
