Skip to content

Commit 0198387

Browse files
Update PatientStateMachine.java
1 parent c0971ac commit 0198387

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Diff for: AIControlledDBSSystem/src/main/java/dbssystem/patient/PatientStateMachine.java

-1
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,6 @@ protected void createEffectActivities()
9393
};
9494
onMotionTimeEffectActivity = (event, contextBlock) ->
9595
{
96-
System.out.println(getClass().getSimpleName() + ".onMotionTimeEffectActivity");
9796
Patient patient = (Patient)contextBlock.get();
9897
patient.onMotionTime();
9998
};

0 commit comments

Comments
 (0)