mirror of
https://github.com/rife2/bld
synced 2025-12-20 16:48:38 +01:00
Fixed dangling System.out.println
This commit is contained in:
parent
061a194322
commit
c0418bb60a
|
|
@ -36,7 +36,6 @@ public class RunOperation extends AbstractProcessOperation<RunOperation> {
|
|||
}
|
||||
args.add(mainClass());
|
||||
args.addAll(runOptions());
|
||||
System.out.println(args);
|
||||
return args;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue