Skip to content

Commit

Permalink
rm INFO message from Base.init_help; addresses #8290
Browse files Browse the repository at this point in the history
  • Loading branch information
davidssmith committed Sep 14, 2014
1 parent 3cbbbef commit f70d9a1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion base/help.jl
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ end
function init_help()
global MODULE_DICT, FUNCTION_DICT
if FUNCTION_DICT == nothing
info("Loading help data...")
helpdb = evalfile(helpdb_filename())
MODULE_DICT = Dict()
FUNCTION_DICT = Dict()
Expand Down

0 comments on commit f70d9a1

Please sign in to comment.