diff --git a/shell/utils.js b/shell/utils.js index b672ee49256..7ee032e19ba 100644 --- a/shell/utils.js +++ b/shell/utils.js @@ -445,8 +445,6 @@ shellHelper = function( command , rest , shouldPrint ){ } help = shellHelper.help = function(){ - if ( typeof( db ) != "undefined" ) - print( "server version: " + db.version() ); print( "HELP" ); print( "\t" + "show dbs show database names"); print( "\t" + "show collections show collections in current database");