diff --git a/src/rebar_proto_gpb_compiler.erl b/src/rebar_proto_gpb_compiler.erl index fd573d0..d6c2c44 100644 --- a/src/rebar_proto_gpb_compiler.erl +++ b/src/rebar_proto_gpb_compiler.erl @@ -112,7 +112,6 @@ compile_gpb(Source, GpbOpts) -> SourceFullPath = filename:absname(Source), 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;