Removed redundant capture initialisation

This commit is contained in:
jtc42 2019-04-19 09:05:57 +01:00
parent cf60343ccb
commit 9b016a76b2

View file

@ -171,9 +171,6 @@ class CaptureObject(object):
self.temporary = True # Flag file to be removed on close.
self.context_manager = True # Used in metadata
logging.info("Rebuilding as a temporary capture...")
self.initialise_capture()
return self
def __exit__(self, *args):