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 <[email protected]>
  • Loading branch information
jonathanvila authored and manusa committed Dec 9, 2024
1 parent 2a90be5 commit 92c0d8f
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 92c0d8f

Please sign in to comment.