Closedown
This commit is contained in:
@@ -26,8 +26,6 @@ public class ProsilicaShutdown implements Plugin {
|
||||
|
||||
@Override
|
||||
public void onStateChange(State state, State former) {
|
||||
System.out.print(former + " -> ");
|
||||
System.out.println(state);
|
||||
if ((state==State.Initializing) && (former!=null) && (former.isInitialized())){
|
||||
ch.psi.pshell.prosilica.Prosilica.shutdown();
|
||||
getLogger().warning("Shutting down Prosilica");
|
||||
|
||||
Reference in New Issue
Block a user