diff options
Diffstat (limited to 'sources/core/VSTask.java')
| -rw-r--r-- | sources/core/VSTask.java | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/sources/core/VSTask.java b/sources/core/VSTask.java index 4fe7b37..7ebf4d5 100644 --- a/sources/core/VSTask.java +++ b/sources/core/VSTask.java @@ -54,10 +54,6 @@ public class VSTask implements Comparable { } public void run() { - /* Process crash allready checked in VSTaskManager */ - //if (process.isCrashed() && !(event instanceof ProcessRecoverEvent)) - // return; - if (event instanceof VSMessage) { onMessageRecv(); |
