Skip to content

Commit

Permalink
core: remove debug
Browse files Browse the repository at this point in the history
  • Loading branch information
mworrell committed Oct 7, 2016
1 parent 92f7f60 commit fcfd7a1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/install/z_install_data.erl
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ install_modules(Context) ->
%% of modules from the skeleton is installed.
-spec install_skeleton_modules(#context{}) -> ok.
install_skeleton_modules(Context) ->
io:format("~n~nINSTALL SKELETON MODULES~n~n"),
Site = Context#context.site,
{ok, Config} = z_sites_manager:get_site_config(Site),
case proplists:get_value(install_modules, Config) of
Expand Down

0 comments on commit fcfd7a1

Please sign in to comment.