удаление отладочной печати сравнения и не только
This commit is contained in:
@@ -112,15 +112,12 @@ public class ProjectForm implements FormWithSplitters, ProjectWindow {
|
||||
}
|
||||
@Override
|
||||
public void ShowSelectedDirectory() {
|
||||
System.out.println(Current.getSelectedDirectory().getAbsolutePath());
|
||||
}
|
||||
@Override
|
||||
public void ShowSelectedFile() {
|
||||
System.out.println(Current.getSelectedFile().file.getAbsolutePath());
|
||||
}
|
||||
@Override
|
||||
public void ShowNoSelectedFile() {
|
||||
System.out.println("?");
|
||||
}
|
||||
@Override
|
||||
public void ShowProjectSapforLog() {
|
||||
|
||||
Reference in New Issue
Block a user