Skip to content

Commit

Permalink
fix: remove commented line
Browse files Browse the repository at this point in the history
Signed-off-by: jonathan.vila <jonathan.vila@sonarsource.com>
  • Loading branch information
jonathanvila authored and manusa committed Dec 10, 2024
1 parent 1a6bb36 commit 164c198
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ void setUp() throws IOException {
.log(new KitLogger.SilentLogger())
.platformMode(RuntimeMode.KUBERNETES)
.build();
// log = new KitLogger.SilentLogger();

mojoExecution = new MojoExecution(new MojoDescriptor());
mojoExecution.getMojoDescriptor().setPluginDescriptor(new PluginDescriptor());
mojoExecution.getMojoDescriptor().getPluginDescriptor().setGoalPrefix("k8s");
Expand Down

0 comments on commit 164c198

Please sign in to comment.