remove debug code
This commit is contained in:
parent
d3a399c59f
commit
49f0b649b6
1 changed files with 0 additions and 2 deletions
|
@ -229,8 +229,6 @@ public class LandingPageController implements Initializable {
|
||||||
}
|
}
|
||||||
|
|
||||||
private void startProcess(){
|
private void startProcess(){
|
||||||
System.out.println(getBufferSize());
|
|
||||||
|
|
||||||
logArea.clear();
|
logArea.clear();
|
||||||
if (writeOnStartRb.isSelected() && writeOnStartFile == null){
|
if (writeOnStartRb.isSelected() && writeOnStartFile == null){
|
||||||
logArea.appendText("'Write on start' option selected but no file defined\n");
|
logArea.appendText("'Write on start' option selected but no file defined\n");
|
||||||
|
|
Loading…
Reference in a new issue