summaryrefslogtreecommitdiff
path: root/shell/utils.js
diff options
context:
space:
mode:
authorEliot Horowitz <eliot@10gen.com>2009-05-27 15:40:50 -0400
committerEliot Horowitz <eliot@10gen.com>2009-05-27 15:40:50 -0400
commitcc15ffda91b81eeb55d178a0e73066831b12cd73 (patch)
tree11882bc940d9d5eebb0bf54a3d310bd0699a0dfd /shell/utils.js
parent11442277be388ef2c32726411717dd7f4b8ad3bc (diff)
downloadmongo-cc15ffda91b81eeb55d178a0e73066831b12cd73.tar.gz
get rid of extraneous Map warning MINOR
Diffstat (limited to 'shell/utils.js')
-rw-r--r--shell/utils.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/shell/utils.js b/shell/utils.js
index afc85159f5c..eb31d7058a7 100644
--- a/shell/utils.js
+++ b/shell/utils.js
@@ -348,7 +348,6 @@ shellHelper.show = function( what ){
Map = function(){
- print( "warning: Map isn't a good thing to use" );
}
Map.prototype.values = function(){