Skip to content

Commit

Permalink
[sarl] Remove the 'Finished" message within the sarl batch compiler.
Browse files Browse the repository at this point in the history
Signed-off-by: Stéphane Galland <galland@arakhne.org>
  • Loading branch information
gallandarakhneorg committed Jul 25, 2018
1 parent e197339 commit 1d87dae
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
Expand Up @@ -96,7 +96,6 @@ public class Messages extends NLS {
public static String SarlBatchCompiler_39;
public static String SarlBatchCompiler_4;
public static String SarlBatchCompiler_40;
public static String SarlBatchCompiler_41;
public static String SarlBatchCompiler_42;
public static String SarlBatchCompiler_43;
public static String SarlBatchCompiler_44;
Expand Down
Expand Up @@ -1216,7 +1216,6 @@ public boolean compile(IProgressMonitor progress) {
}
}
monitor.done();
getLogger().info(Messages.SarlBatchCompiler_41);
}
return true;
}
Expand Down
Expand Up @@ -60,7 +60,6 @@ SarlBatchCompiler_38=Validating the SARL source files
SarlBatchCompiler_39=Errors or warnings inside {}:
SarlBatchCompiler_4={0}: \t{1} - {2}\n{3}: {4}
SarlBatchCompiler_40={0} - Internal
SarlBatchCompiler_41=Finished
SarlBatchCompiler_42=Compiling
SarlBatchCompiler_43=Installing generator configurations
SarlBatchCompiler_44=Creating the working directories
Expand Down

0 comments on commit 1d87dae

Please sign in to comment.