mirror of
https://github.com/correl/rebar.git
synced 2024-11-14 19:19:30 +00:00
gpb_compiler: remove duplicate compiling message
It's unnecessary to print "Compiling..." since base_compiler already prints a message to the effect.
This commit is contained in:
parent
3a0c547089
commit
5bb7b2963f
1 changed files with 0 additions and 1 deletions
|
@ -95,7 +95,6 @@ compile_gpb(Source, _Target, Config) ->
|
|||
GpbOpts = gpb_opts(Config) ++ DefaultDestOpts ++ SelfIncludeOpt,
|
||||
ok = filelib:ensure_dir(filename:join("ebin", "dummy")),
|
||||
ok = filelib:ensure_dir(filename:join("include", "dummy")),
|
||||
?CONSOLE("Compiling ~s\n", [Source]),
|
||||
case gpb_compile:file(SourceFullPath, GpbOpts) of
|
||||
ok ->
|
||||
ok;
|
||||
|
|
Loading…
Reference in a new issue