diff options
author | Hubert Chathi <hubert@uhoreg.ca> | 2018-10-16 00:04:45 -0400 |
---|---|---|
committer | Hubert Chathi <hubert@uhoreg.ca> | 2018-10-16 00:04:45 -0400 |
commit | 357d4ff4795d89d623663b3996ddd2dfd4990971 (patch) | |
tree | 0574780b0fcaa849eff25b8ddf73a7ff4ebe5312 /python/olm/group_session.py | |
parent | 019ff702a0f8e8015a70b03a5370d518c1b1dafb (diff) |
remove unnecessary comments about not enough random
Diffstat (limited to 'python/olm/group_session.py')
-rw-r--r-- | python/olm/group_session.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/python/olm/group_session.py b/python/olm/group_session.py index 5656e5a..bbb5e56 100644 --- a/python/olm/group_session.py +++ b/python/olm/group_session.py @@ -314,8 +314,7 @@ class OutboundGroupSession(object): """Create a new outbound group session. Start a new outbound group session. Raises OlmGroupSessionError on - failure. If there weren't enough random bytes for the session creation - the error message for the exception will be NOT_ENOUGH_RANDOM. + failure. """ if False: # pragma: no cover self._session = self._session # type: ffi.cdata |