mirror of
https://github.com/ethauvin/bld.git
synced 2025-04-26 08:37:11 -07:00
Fixed dangling System.out.println
This commit is contained in:
parent
061a194322
commit
c0418bb60a
1 changed files with 0 additions and 1 deletions
|
@ -36,7 +36,6 @@ public class RunOperation extends AbstractProcessOperation<RunOperation> {
|
||||||
}
|
}
|
||||||
args.add(mainClass());
|
args.add(mainClass());
|
||||||
args.addAll(runOptions());
|
args.addAll(runOptions());
|
||||||
System.out.println(args);
|
|
||||||
return args;
|
return args;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue