0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-11-30 17:10:48 +01:00

get rid of extraneous Map warning MINOR

This commit is contained in:
Eliot Horowitz 2009-05-27 15:40:50 -04:00
parent 11442277be
commit cc15ffda91

View File

@ -348,7 +348,6 @@ shellHelper.show = function( what ){
Map = function(){
print( "warning: Map isn't a good thing to use" );
}
Map.prototype.values = function(){